バージョン

ShouldSerializeValue メソッド

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

パラメータ

component
プロパティを公開するコンポーネント。

戻り値の型

値の保持が必要な場合は True。 そうでない場合は False。
参照