このインスタンス記述子が表すオブジェクトのインスタンスを再構築するために使用できる引数のコレクションを取得します。
Public ReadOnly Property Arguments As ICollection
[C#]
public ICollection Arguments {get;}
[C++]
public: __property ICollection* get_Arguments();
[JScript]
public function get Arguments() : ICollection;
プロパティ値
オブジェクトを作成するために使用できる引数の ICollection 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
InstanceDescriptor クラス | InstanceDescriptor メンバ | System.ComponentModel.Design.Serialization 名前空間