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, appends information about a data object with the specified type and identifier to a specified existing DSRef object.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub AppendToDSRef ( _
dsRef As Object, _
typeName As String, _
identifier As Object() _
)
void AppendToDSRef(
Object dsRef,
string typeName,
Object[] identifier
)
void AppendToDSRef(
Object^ dsRef,
String^ typeName,
array<Object^>^ identifier
)
abstract AppendToDSRef :
dsRef:Object *
typeName:string *
identifier:Object[] -> unit
function AppendToDSRef(
dsRef : Object,
typeName : String,
identifier : Object[]
)
Parameters
- dsRef
Type: System.Object
The existing DSRef object to which information is appended.
- typeName
Type: System.String
The name of the object type.
- identifier
Type: array<System.Object[]
The identifier of the object represented as an array of identifier parts.
.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