AttributeInfo.ArgumentValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains values for each of the arguments associated with this instance.
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)
Property Value
A collection that contains values for each of the arguments associated with this instance.
Remarks
This collection is read-only.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.