UserInteractionServices.GetNameString 方法

返回名称,并将字符串转义(如有相应要求)。

命名空间:  Microsoft.Data.Schema
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

参数

返回值

类型:System.String
提供的名称。

.NET Framework 安全性

请参见

参考

UserInteractionServices 类

Microsoft.Data.Schema 命名空间