Share via


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

'Declaration
Sub Parse ( _
    value As String _
)
void Parse(
    string value
)
void Parse(
    String^ value
)
abstract Parse : 
        value:string -> unit
function Parse(
    value : String
)

Parameters

  • value
    Type: System.String

    A string representation of a parameter value.

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace