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>
function get Properties () : IDictionary<String, Object>

属性值

类型:System.Collections.Generic.IDictionary<String, Object>
名称/值对的集合包含属性名和值与当前泛型映射的类型。

.NET Framework 安全性

请参见

参考

IVsDataMappedObject 接口

Microsoft.VisualStudio.Data.Services 命名空间