共用方式為


DataObjectEventArgs.Identifier 屬性

取得資料物件的識別組件。

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

語法

'宣告
Public ReadOnly Property Identifier As IList(Of Object)
public IList<Object> Identifier { get; }
public:
property IList<Object^>^ Identifier {
    IList<Object^>^ get ();
}
member Identifier : IList<Object> with get
function get Identifier () : IList<Object>

屬性值

類型:IList<Object>
識別項的清單資料物件和物件。

.NET Framework 安全性

請參閱

參考

DataObjectEventArgs 類別

Microsoft.VisualStudio.Data.Services 命名空間