Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of identifiers that uniquely identify the current type.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property IdentifierList As IList(Of String)
Get
public IList<string> IdentifierList { get; }
public:
property IList<String^>^ IdentifierList {
IList<String^>^ get ();
}
member IdentifierList : IList<string>
function get IdentifierList () : IList<String>
Property Value
Type: System.Collections.Generic.IList<String>
A list of identifier strings that uniquely identify the current type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.