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.
- resolver
Type: Microsoft.VisualStudio.Data.Framework.DataSpecifier.Resolver
A delegate to the method that carries out the conversion of the data specifier.
Return Value
Type: System.Object
The textual representation of the data specifier.
.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.