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
format
Type: Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormatA value from the DataObjectIdentifierFormat enumeration that specifies the type of formatting to use for the data object identifier string value.
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
- 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.