プロパティ名を表す名前と値のペアのコレクションを取得し、対応する IVsDataObjectTypeMember を追加します。
名前空間: Microsoft.VisualStudio.Data.Services
アセンブリ: Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)
構文
'宣言
ReadOnly Property Properties As IDictionary(Of String, IVsDataObjectTypeMember)
IDictionary<string, IVsDataObjectTypeMember> Properties { get; }
property IDictionary<String^, IVsDataObjectTypeMember^>^ Properties {
IDictionary<String^, IVsDataObjectTypeMember^>^ get ();
}
abstract Properties : IDictionary<string, IVsDataObjectTypeMember>
function get Properties () : IDictionary<String, IVsDataObjectTypeMember>
プロパティ値
型 : System.Collections.Generic.IDictionary<String, IVsDataObjectTypeMember>
プロパティ名と対応する IVsDataObjectTypeMember を含む名前と値のペアのコレクションを追加します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。