PowerTools PlusPak for Windows Forms 8.0J
ShouldSerializeValue メソッド

指定したオブジェクト。
指定したプロパティの名前。
指定したオブジェクトの指定したプロパティの値を永続化する必要があるかどうかを示す値を確認します。
構文
Public Shared Function ShouldSerializeValue( _
   ByVal obj As Object, _
   ByVal propertyName As String _
) As Boolean
public static bool ShouldSerializeValue( 
   object obj,
   string propertyName
)

パラメータ

obj
指定したオブジェクト。
propertyName
指定したプロパティの名前。

戻り値の型

プロパティの現在の値がデフォルト値とは異なる場合は true。それ以外の場合は false
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

ResizePolicy クラス
ResizePolicy メンバ

Send Feedback