Share via


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.String
    A string of one or more data specifiers separated by a delimiter character.

Return Value

Type: System.String
The textual representation of all the data specifiers delimited by the original delimiter character.

.NET Framework Security

See Also

Reference

DataSpecifier Class

Microsoft.VisualStudio.Data.Framework Namespace