AttributeInfo.GetArgumentValueAs(IServiceProvider, Int32, Type) Method
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 the argument for this instance, based on type and index.
public:
System::Object ^ GetArgumentValueAs(IServiceProvider ^ serviceProvider, int argumentIndex, Type ^ requestedType);
public object GetArgumentValueAs (IServiceProvider serviceProvider, int argumentIndex, Type requestedType);
member this.GetArgumentValueAs : IServiceProvider * int * Type -> obj
Public Function GetArgumentValueAs (serviceProvider As IServiceProvider, argumentIndex As Integer, requestedType As Type) As Object
Parameters
- serviceProvider
- IServiceProvider
The IServiceProvider helping this operation.
- argumentIndex
- Int32
The integer
index of the requested argument in the collection of arguments.
Returns
An Object cast to the requested type.
Exceptions
argumentIndex
is out of range of the argument collection.
requestedType
is a null reference (Nothing
in Visual Basic).
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.