ParameterCollection.CreateKnownType(Int32) 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.
Creates an instance of a default Parameter object.
protected:
override System::Object ^ CreateKnownType(int index);
protected override object CreateKnownType (int index);
override this.CreateKnownType : int -> obj
Protected Overrides Function CreateKnownType (index As Integer) As Object
Parameters
- index
- Int32
The index of the type of Parameter to create from the ordered list of types returned by GetKnownTypes().
Returns
A default instance of a Parameter.
Exceptions
The specified index is not within the recognized range.
Remarks
The CreateKnownType method creates an instance of a Parameter object according to the index of the Type returned by the GetKnownTypes method. The index values correspond to types shown in the following table.
Index | Parameter type |
---|---|
0 | ControlParameter |
1 | CookieParameter |
2 | FormParameter |
3 | Parameter |
4 | QueryStringParameter |
5 | SessionParameter |
6 | ProfileParameter |