Sdílet prostřednictvím


DataObjectIdentifierConverter.BuildString – metoda

Vytvoří řetězec verze identifikátoru.

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

Syntaxe

'Deklarace
Protected Overridable Function BuildString ( _
    typeName As String, _
    identifierParts As String(), _
    forDisplay As Boolean _
) As String
protected virtual string BuildString(
    string typeName,
    string[] identifierParts,
    bool forDisplay
)
protected:
virtual String^ BuildString(
    String^ typeName, 
    array<String^>^ identifierParts, 
    bool forDisplay
)
abstract BuildString : 
        typeName:string * 
        identifierParts:string[] * 
        forDisplay:bool -> string 
override BuildString : 
        typeName:string * 
        identifierParts:string[] * 
        forDisplay:bool -> string 
protected function BuildString(
    typeName : String, 
    identifierParts : String[], 
    forDisplay : boolean
) : String

Parametry

  • identifierParts
    Typ: array<System.String[]
    Pole identifikátor formátovaný částí.
  • forDisplay
    Typ: System.Boolean
    Označuje, zda budou použity pouze pro účely zobrazení výsledný řetězec.

Vrácená hodnota

Typ: System.String
Vrátí řetězec verze identifikátoru.

Výjimky

Výjimka Podmínka
ArgumentNullException

typeName a identifierParts parametr má hodnotu null.

ArgumentException

identifierParts Parametr obsahuje neplatná data.

Poznámky

Když forDisplay argument je true , zprostředkovatele dat může vrátit identifikátor, který vyhledá odpovídající uživatel ale není nutně platný identifikátor na zdroji dat.Například dvě části identifikátor "myuser.mytable" může být platný zdroj dat, ale může být vhodné zobrazení verze "tabulka (User: myuser)".

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataObjectIdentifierConverter Třída

Microsoft.VisualStudio.Data – obor názvů