Converts the data specifier string 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 ( _
    specifier As String, _
    resolver As DataSpecifier..::..Resolver _
) As Object
public static Object Resolve(
    string specifier,
    DataSpecifier..::..Resolver resolver
)
public:
static Object^ Resolve(
    String^ specifier, 
    DataSpecifier..::..Resolver^ resolver
)
static member Resolve : 
        specifier:string * 
        resolver:DataSpecifier..::..Resolver -> Object 
public static function Resolve(
    specifier : String, 
    resolver : DataSpecifier..::..Resolver
) : Object
Parameters
- specifier
Type: System.String
The data specifier string to convert. 
- 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.