Share via


IDSRefBuilder.AppendToDSRef Method

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.

  • identifier
    Type: array<System.Object[]

    The identifier of the object represented as an array of identifier parts.

.NET Framework Security

See Also

Reference

IDSRefBuilder Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace