IVsDataParameter.ToString Method

When implemented by a class, retrieves a string representation of the value of the current parameter.

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

Syntax

'宣言
Function ToString As String
'使用
Dim instance As IVsDataParameter
Dim returnValue As String

returnValue = instance.ToString()
string ToString()
String^ ToString()
function ToString() : String

Return Value

Type: System.String

A string representation of the value of the current parameter.

Permissions

See Also

Reference

IVsDataParameter Interface

IVsDataParameter Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace