AttributeInfo.GetArgumentValueAs(IServiceProvider, Int32, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’argument de cette instance, selon type et 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
Paramètres
- serviceProvider
- IServiceProvider
IServiceProvider qui aide cette opération.
- argumentIndex
- Int32
Index integer
de l'argument demandé dans la collection d'arguments.
Retours
Cast Object en type demandé.
Exceptions
argumentIndex
est en dehors de la collection d'arguments.
requestedType
est une référence Null (Nothing
en Visual Basic).