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
- name
Type : System.String
string à retourner.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.