バージョン

ShouldSerializeValue メソッド

プロパティを存続させる必要があるかどうかを示します。
シンタックス
'宣言
 
Public Overrides Function ShouldSerializeValue( _
   ByVal component As Object _
) As Boolean
public override bool ShouldSerializeValue( 
   object component
)

パラメータ

component
持続性を調べるプロパティを持つコンポーネント。

戻り値の型

プロパティが永続化する場合は True、そうでなければ False。
参照