Share via


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

'Declaration
Public Shared Function Resolve ( _
    input As String, _
    ByRef index As Integer, _
    resolver As DataSpecifier.Resolver _
) As Object
public static Object Resolve(
    string input,
    ref int index,
    DataSpecifier.Resolver resolver
)
public:
static Object^ Resolve(
    String^ input, 
    int% index, 
    DataSpecifier::Resolver^ resolver
)
static member Resolve : 
        input:string * 
        index:int byref * 
        resolver:DataSpecifier.Resolver -> Object
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.

.NET Framework Security

See Also

Reference

DataSpecifier Class

Resolve Overload

Microsoft.VisualStudio.Data.Framework Namespace