PowerTools PlusPak for Windows Forms 8.0J
XmlSerializableAttribute コンストラクタ(String,Boolean)

プロパティの名前を示す string
true の場合、プロパティの内部データを格納します。 false の場合、プロパティのデータを直接格納します。
XmlSerializableAttribute クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal name As String, _
   ByVal inner As Boolean _
)
public XmlSerializableAttribute( 
   string name,
   bool inner
)

パラメータ

name
プロパティの名前を示す string
inner
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

参照

XmlSerializableAttribute クラス
XmlSerializableAttribute メンバ
オーバーロード一覧

Send Feedback