Share via


IVsDataObjectIdentifier.ToArray Method

Definition

Converts the current IVsDataObjectIdentifier object to an array of identifier parts representing the identifier.

public:
 cli::array <System::Object ^> ^ ToArray();
public object[] ToArray ();
abstract member ToArray : unit -> obj[]
Public Function ToArray () As Object()

Returns

Object[]

An array of identifier parts representing the identifier.

Applies to