AttributeInfo.ArgumentValues 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合,其中包含與這個執行個體相關聯之每個引數的值。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ ArgumentValues { System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<object> ArgumentValues { get; }
member this.ArgumentValues : System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public ReadOnly Property ArgumentValues As ReadOnlyCollection(Of Object)
屬性值
一個集合,其中包含與這個執行個體相關聯之每個引數的值。
備註
這個集合是唯讀的。