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 from the collection the data object that matches the specified identifier.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
identifier As String _
) As IVsDataObject
Get
IVsDataObject this[
string identifier
] { get; }
property IVsDataObject^ default[String^ identifier] {
IVsDataObject^ get (String^ identifier);
}
abstract Item : IVsDataObject
JScript does not support indexed properties.
Parameters
- identifier
Type: System.String
A string containing the identifier parts that uniquely identify the data object requested, separated by a delimiter character.
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataObject
An IVsDataObject object corresponding to the specified identifier.
.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.