When implemented by a class, converts a set of identifier parts into a formatted string identifier.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Function ConvertToString ( _
typeName As String, _
identifier As Object() _
) As String
'使用
Dim instance As IVsDataObjectIdentifierConverter
Dim typeName As String
Dim identifier As Object()
Dim returnValue As String
returnValue = instance.ConvertToString(typeName, _
identifier)
string ConvertToString(
string typeName,
Object[] identifier
)
String^ ConvertToString(
String^ typeName,
array<Object^>^ identifier
)
function ConvertToString(
typeName : String,
identifier : Object[]
) : String
Parameters
typeName
Type: System.StringThe name of a data object type.
identifier
Type: []An array containing a set of identifier parts for a specified object.
Return Value
Type: System.String
A string representation made up from the identifier parts and formatted based on the default formatting option.
Permissions
- 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
IVsDataObjectIdentifierConverter Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace