Partager via


UserInteractionServices.GetNameString, méthode

Retourne le nom et place la chaîne dans une séquence d'échappement, si nécessaire.

Espace de noms :  Microsoft.Data.Schema
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Protected Function GetNameString ( _
    name As String, _
    escape As Boolean _
) As String
protected string GetNameString(
    string name,
    bool escape
)
protected:
String^ GetNameString(
    String^ name, 
    bool escape
)
member GetNameString : 
        name:string * 
        escape:bool -> string 
protected function GetNameString(
    name : String, 
    escape : boolean
) : String

Paramètres

  • escape
    Type : System.Boolean
    true pour placer name dans une séquence d'échappement.

Valeur de retour

Type : System.String
Nom fourni.

Sécurité .NET Framework

Voir aussi

Référence

UserInteractionServices Classe

Microsoft.Data.Schema, espace de noms