Converts a string of one or more data specifiers 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 ResolveAll ( _
input As String, _
resolver As DataSpecifier..::.Resolver _
) As String
'使用
Dim input As String
Dim resolver As DataSpecifier..::.Resolver
Dim returnValue As String
returnValue = DataSpecifier.ResolveAll(input, _
resolver)
public static string ResolveAll(
string input,
DataSpecifier..::.Resolver resolver
)
public:
static String^ ResolveAll(
String^ input,
DataSpecifier..::.Resolver^ resolver
)
public static function ResolveAll(
input : String,
resolver : DataSpecifier..::.Resolver
) : String
Parameters
input
Type: System.StringA string of one or more data specifiers separated by a delimiter character.
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.String
The textual representation of all the data specifiers delimited by the original delimiter character.
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.