Sdílet prostřednictvím


DataObjectEventArgs.Identifier – vlastnost

Získá seznam částí identifikátoru pro data objektu.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Object>
Seznam objektů identifikátor objektu data.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataObjectEventArgs Třída

Microsoft.VisualStudio.Data.Services – obor názvů