IVsDataMappedObject.Identifier プロパティ

定義

現在のジェネリックマップ型を一意に識別する識別子部分のリストを取得します。

public:
 property System::Collections::Generic::IList<System::Object ^> ^ Identifier { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> Identifier { get; }
member this.Identifier : System.Collections.Generic.IList<obj>
Public ReadOnly Property Identifier As IList(Of Object)

プロパティ値

IList<Object>

現在のジェネリックマップ型を一意に識別する識別子部分のリスト。

適用対象