IVsDataObjectIdentifier.ToArray 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.
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.