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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.