EnumObject.GetFixedStringProperty(String, Boolean) 方法

定义

获取字符串类型的固定值(具有 filter 的已知值) 属性

protected string GetFixedStringProperty(string propertyName, bool removeEscape);
member this.GetFixedStringProperty : string * bool -> string
Protected Function GetFixedStringProperty (propertyName As String, removeEscape As Boolean) As String

参数

propertyName
String

请求的属性的名称

removeEscape
Boolean

将双引号替换为一个单引号

返回

适用于