EnumObject.GetFixedStringProperty(String, Boolean) メソッド

定義

文字列型の固定 (フィルターから既知の値を持つ) プロパティを取得する

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

二重引用符を 1 つの単一引用符に置き換える

返品

適用対象