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()
Object[] ToArray()
array<Object^>^ ToArray()
abstract ToArray : unit -> Object[]
function ToArray() : Object[]
Return Value
Type: array<System.Object[]
An array of identifier parts representing the identifier.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.