Share via


IVsDataObjectIdentifier.ToArray Method

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

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function ToArray As Object()
'Usage
Dim instance As IVsDataObjectIdentifier 
Dim returnValue As Object()

returnValue = instance.ToArray()
Object[] ToArray()
array<Object^>^ ToArray()
function ToArray() : Object[]

Return Value

Type: array<System.Object[]
An array of identifier parts representing the identifier.

.NET Framework Security

See Also

Reference

IVsDataObjectIdentifier Interface

IVsDataObjectIdentifier Members

Microsoft.VisualStudio.Data.Services Namespace