共用方式為


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> with get
function get Identifier () : IList<Object>

屬性值

類型:IList<Object>
唯一識別目前的泛型對應型別的識別組件。

.NET Framework 安全性

請參閱

參考

IVsDataMappedObject 介面

Microsoft.VisualStudio.Data.Services 命名空間