共用方式為


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,這些引數可用來建立物件。

適用於