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() _
)
'Usage
Dim instance As DSRefBuilder 
Dim dsRef As Object 
Dim typeName As String 
Dim identifier As Object()

instance.AppendToDSRef(dsRef, typeName, _
    identifier)
public void AppendToDSRef(
    Object dsRef,
    string typeName,
    Object[] identifier
)
public:
virtual void AppendToDSRef(
    Object^ dsRef, 
    String^ typeName, 
    array<Object^>^ identifier
) sealed
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

DSRefBuilder Members

AppendToDSRef Overload

Microsoft.VisualStudio.Data.Framework Namespace