Share via


DSRefBuilder.AppendToDSRef Method (Object, String, array<Object )

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.

  • 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

See Also

Reference

DSRefBuilder Class

AppendToDSRef Overload

Microsoft.VisualStudio.Data.Framework Namespace