Sdílet prostřednictvím


DataSpecifier.ResolveAll – metoda

Převede řetězec jednoho nebo více identifikátorů dat do jeho textová podoba pomocí metody určené delegát překládání.

Obor názvů:  Microsoft.VisualStudio.Data.Framework
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
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

Parametry

  • input
    Typ: System.String
    Řetězec specifikátory data pro jeden nebo více oddělených znakem oddělovače.

Vrácená hodnota

Typ: System.String
Textová reprezentace všechny specifikátory data odděleny původní znak oddělovače.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataSpecifier Třída

Microsoft.VisualStudio.Data.Framework – obor názvů