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.
Appends information about a data object with the specified type and identifier to a specified existing DSRef object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub AppendToDSRef ( _
dsRef As Object, _
typeName As String, _
identifier As Object() _
)
public void AppendToDSRef(
Object dsRef,
string typeName,
Object[] identifier
)
public:
virtual void AppendToDSRef(
Object^ dsRef,
String^ typeName,
array<Object^>^ identifier
) sealed
abstract AppendToDSRef :
dsRef:Object *
typeName:string *
identifier:Object[] -> unit
override AppendToDSRef :
dsRef:Object *
typeName:string *
identifier:Object[] -> unit
public final 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[]
An array containing the identifier parts of the object.
Implements
IDSRefBuilder.AppendToDSRef(Object, String, array<Object[])
Remarks
This method delegates the call to AppendToDSRef and passes nulla null reference (Nothing in Visual Basic) for the last Object array parameter.
.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.