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
'使用
Dim specifier As String
Dim resolver As DataSpecifier..::.Resolver
Dim returnValue As Object
returnValue = DataSpecifier.Resolve(specifier, _
resolver)
public static Object Resolve(
string specifier,
DataSpecifier..::.Resolver resolver
)
public:
static Object^ Resolve(
String^ specifier,
DataSpecifier..::.Resolver^ resolver
)
public static function Resolve(
specifier : String,
resolver : DataSpecifier..::.Resolver
) : Object
Parameters
specifier
Type: System.StringThe data specifier string to convert.
resolver
Type: Microsoft.VisualStudio.Data.Framework.DataSpecifier.ResolverA 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.
Permissions
- 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.