次の方法で共有


XmlReaderSection.CollapseWhiteSpaceIntoEmptyStringString プロパティ

定義

空の文字列に空白を折りたたむかどうかを示すブール値を表す文字列を取得または設定します。 既定値は "false" です。

public:
 property System::String ^ CollapseWhiteSpaceIntoEmptyStringString { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("CollapseWhiteSpaceIntoEmptyString", DefaultValue="false")]
public string CollapseWhiteSpaceIntoEmptyStringString { get; set; }
[<System.Configuration.ConfigurationProperty("CollapseWhiteSpaceIntoEmptyString", DefaultValue="false")>]
member this.CollapseWhiteSpaceIntoEmptyStringString : string with get, set
Public Property CollapseWhiteSpaceIntoEmptyStringString As String

プロパティ値

String

空の文字列に空白を折りたたむかどうかを示すブール値を表す文字列。

属性

適用対象