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
'Declaration
Function ToString As String
string ToString()
String^ ToString()
abstract ToString : unit -> string
function ToString() : String
Return Value
Type: System.String
A string representation of the value of the current parameter.
.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
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace