DataSpecifier.ResolveAll(String, DataSpecifier+Resolver) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.