DataSpecifier.ResolveAll Method
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
'Declaration
Public Shared Function ResolveAll ( _
input As String, _
resolver As DataSpecifier.Resolver _
) As String
public static string ResolveAll(
string input,
DataSpecifier.Resolver resolver
)
public:
static String^ ResolveAll(
String^ input,
DataSpecifier::Resolver^ resolver
)
static member ResolveAll :
input:string *
resolver:DataSpecifier.Resolver -> string
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.
.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.