IDSRefBuilder.AppendToDSRef(Object, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, appends information about a data object with the specified type and identifier to a specified existing DSRef object.
public:
void AppendToDSRef(System::Object ^ dsRef, System::String ^ typeName, cli::array <System::Object ^> ^ identifier);
public void AppendToDSRef (object dsRef, string typeName, object[] identifier);
abstract member AppendToDSRef : obj * string * obj[] -> unit
Public Sub AppendToDSRef (dsRef As Object, typeName As String, identifier As Object())
Parameters
- dsRef
- Object
The existing DSRef object to which information is appended.
- typeName
- String
The name of the object type.
- identifier
- Object[]
The identifier of the object represented as an array of identifier parts.