Sdílet prostřednictvím


DataMappedObjectTypeAttribute.IdentifierList – vlastnost

Získá seznam identifikátorů, které jednoznačně identifikují aktuálního typu.

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

Syntaxe

'Deklarace
Public ReadOnly Property IdentifierList As IList(Of String)
public IList<string> IdentifierList { get; }
public:
property IList<String^>^ IdentifierList {
    IList<String^>^ get ();
}
member IdentifierList : IList<string>
function get IdentifierList () : IList<String>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<String>
Identifikátor řetězce, které jednoznačně identifikují typ aktuální seznam.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataMappedObjectTypeAttribute Třída

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