EnumObject.GetFixedStringProperty(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取字符串类型的固定值(具有 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
将双引号替换为一个单引号