DataSpecifier.Resolve Method (String, Int32%, DataSpecifier.Resolver)

Converts the data specifier string, starting at the specified index, into its textual representation by using the specified delegate resolver method.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public Shared Function Resolve ( _
    input As String, _
    ByRef index As Integer, _
    resolver As DataSpecifier..::.Resolver _
) As Object
'使用
Dim input As String
Dim index As Integer
Dim resolver As DataSpecifier..::.Resolver
Dim returnValue As Object

returnValue = DataSpecifier.Resolve(input, _
    index, resolver)
public static Object Resolve(
    string input,
    ref int index,
    DataSpecifier..::.Resolver resolver
)
public:
static Object^ Resolve(
    String^ input, 
    int% index, 
    DataSpecifier..::.Resolver^ resolver
)
public static function Resolve(
    input : String, 
    index : int, 
    resolver : DataSpecifier..::.Resolver
) : Object

Parameters

  • input
    Type: System.String

    The data specifier string to convert.

  • index
    Type: System.Int32%

    The start location in the data specifier string that delimits the substring to resolve. This parameter is passed by reference, and, therefore, when this method returns to the caller, it will retain its new value.

Return Value

Type: System.Object

The textual representation of the data specifier.

Permissions

See Also

Reference

DataSpecifier Class

DataSpecifier Members

Resolve Overload

Microsoft.VisualStudio.Data.Framework Namespace