IVsDataParameter.Parse Method

When implemented by a class, disassembles a parameter value in a string format and converts the value to the correct type.

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

Syntax

'宣言
Sub Parse ( _
    value As String _
)
'使用
Dim instance As IVsDataParameter
Dim value As String

instance.Parse(value)
void Parse(
    string value
)
void Parse(
    String^ value
)
function Parse(
    value : String
)

Parameters

  • value
    Type: System.String

    A string representation of a parameter value.

Permissions

See Also

Reference

IVsDataParameter Interface

IVsDataParameter Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace