IVsDataMappedObject.Identifier 属性

获取的标识符部件列表唯一标识当前泛型映射的类型。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property Identifier As IList(Of Object)
IList<Object> Identifier { get; }
property IList<Object^>^ Identifier {
    IList<Object^>^ get ();
}
abstract Identifier : IList<Object>
function get Identifier () : IList<Object>

属性值

类型:System.Collections.Generic.IList<Object>
的标识符部件列表唯一标识当前泛型映射的类型。

.NET Framework 安全性

请参见

参考

IVsDataMappedObject 接口

Microsoft.VisualStudio.Data.Services 命名空间