RichTextBox.ShouldSerializeDocument メソッド

定義

Document オブジェクトのシリアル化中に RichTextBox プロパティの有効値をシリアル化する必要があるかどうかを示す値を返します。

public:
 bool ShouldSerializeDocument();
public bool ShouldSerializeDocument ();
member this.ShouldSerializeDocument : unit -> bool
Public Function ShouldSerializeDocument () As Boolean

戻り値

Document プロパティをシリアル化する必要がある場合は true。それ以外の場合は false

適用対象