InstanceDescriptor.Arguments プロパティ

定義

このインスタンス記述子が表すオブジェクトのインスタンスを再構築するために使用できる引数のコレクションを取得します。

public:
 property System::Collections::ICollection ^ Arguments { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Arguments { get; }
member this.Arguments : System.Collections.ICollection
Public ReadOnly Property Arguments As ICollection

プロパティ値

オブジェクトを作成するために使用できる引数の ICollection

適用対象