DataSpecifier.ResolveAll(String, DataSpecifier+Resolver) Method

Definition

Converts a string of one or more data specifiers into its textual representation by using the specified delegate resolver method.

public:
 static System::String ^ ResolveAll(System::String ^ input, Microsoft::VisualStudio::Data::Framework::DataSpecifier::Resolver ^ resolver);
public static string ResolveAll (string input, Microsoft.VisualStudio.Data.Framework.DataSpecifier.Resolver resolver);
static member ResolveAll : string * Microsoft.VisualStudio.Data.Framework.DataSpecifier.Resolver -> string
Public Shared Function ResolveAll (input As String, resolver As DataSpecifier.Resolver) As String

Parameters

input
String

A string of one or more data specifiers separated by a delimiter character.

resolver
DataSpecifier.Resolver

A delegate to the method that carries out the conversion of the data specifier.

Returns

The textual representation of all the data specifiers delimited by the original delimiter character.

Applies to