Share via


IVsDataObjectIdentifier.ToString Method

Converts the current IVsDataObjectIdentifier object to a string that contains the identifier parts, which are separated by a delimiter character.

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

Syntax

'Declaration
Function ToString ( _
    format As DataObjectIdentifierFormat _
) As String
string ToString(
    DataObjectIdentifierFormat format
)
String^ ToString(
    DataObjectIdentifierFormat format
)
abstract ToString : 
        format:DataObjectIdentifierFormat -> string
function ToString(
    format : DataObjectIdentifierFormat
) : String

Parameters

Return Value

Type: System.String
A string representation of the identifier. The string contains the identifier parts separated by a delimiter character and in the specified format.

.NET Framework Security

See Also

Reference

IVsDataObjectIdentifier Interface

Microsoft.VisualStudio.Data.Services Namespace