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.
When implemented by a class, retrieves the value of a data item with the specified name in the current block of data.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function GetItem ( _
name As String _
) As Object
Object GetItem(
string name
)
Object^ GetItem(
String^ name
)
abstract GetItem :
name:string -> Object
function GetItem(
name : String
) : Object
Parameters
- name
Type: System.String
The name of the data item in the current block to retrieve.
Return Value
Type: System.Object
The string value of the item with the specified name.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace