IVsDataObjectIdentifierConverter.ConvertToArray Method
When implemented by a class, converts a formatted string identifier into its equivalent set of identifier parts.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function ConvertToArray ( _
typeName As String, _
identifier As String _
) As Object()
Object[] ConvertToArray(
string typeName,
string identifier
)
array<Object^>^ ConvertToArray(
String^ typeName,
String^ identifier
)
abstract ConvertToArray :
typeName:string *
identifier:string -> Object[]
function ConvertToArray(
typeName : String,
identifier : String
) : Object[]
Parameters
typeName
Type: System.StringThe name of a data object type.
identifier
Type: System.StringA data source object identifier.
Return Value
Type: array<System.Object[]
An array containing the separated, unformatted identifier parts as derived from the input 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.
See Also
Reference
IVsDataObjectIdentifierConverter Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace