共用方式為


IVsDataMappedObject.Properties 屬性

取得包含屬性名稱和值的名稱/值組與目前泛型對應的類型。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Property Properties As IDictionary(Of String, Object)
IDictionary<string, Object> Properties { get; }
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
abstract Properties : IDictionary<string, Object> with get
function get Properties () : IDictionary<String, Object>

屬性值

類型:IDictionary<String, Object>
名稱/值組集合包含屬性名稱和值與目前泛型對應的類型。

.NET Framework 安全性

請參閱

參考

IVsDataMappedObject 介面

Microsoft.VisualStudio.Data.Services 命名空間