Condividi tramite


AttributeInfo.GetArgumentValueAs(IServiceProvider, Int32, Type) Metodo

Definizione

Ottiene l'argomento per questa istanza, in base al tipo e all'indice.

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

Parametri

serviceProvider
IServiceProvider

Classe IServiceProvider che favorisce questa operazione.

argumentIndex
Int32

Indice integer dell'argomento richiesto nella raccolta di argomenti.

requestedType
Type

Classe Type dell'argomento.

Restituisce

Object

Un cast Object al tipo richiesto.

Eccezioni

Il parametro argumentIndex non è contenuto nella raccolta argomenti.

requestedType è un riferimento null (Nothing in Visual Basic).

Si applica a