InstanceDescriptor.Arguments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可用來重建這個執行個體描述項所表示之物件執行個體的引數集合。
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,這些引數可用來建立物件。