AxParameterData.Convert Method
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.
Converts the specified parameter information to an AxParameterData object.
Convert(ParameterInfo[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified parameter information to an AxParameterData object. |
Convert(ParameterInfo[], Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified parameter information to an AxParameterData object, according to the specified value indicating whether to ignore by reference parameters. |
Converts the specified parameter information to an AxParameterData object.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static cli::array <System::Windows::Forms::Design::AxParameterData ^> ^ Convert(cli::array <System::Reflection::ParameterInfo ^> ^ infos);
public static System.Windows.Forms.Design.AxParameterData[] Convert(System.Reflection.ParameterInfo[] infos);
static member Convert : System.Reflection.ParameterInfo[] -> System.Windows.Forms.Design.AxParameterData[]
Public Shared Function Convert (infos As ParameterInfo()) As AxParameterData()
Parameters
- infos
- ParameterInfo[]
An array of ParameterInfo objects to convert.
Returns
An array of AxParameterData objects representing the specified array of ParameterInfo objects.
See also
Applies to
.NET Framework 4.8.1 i druge verzije
Proizvod | Verzije |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Converts the specified parameter information to an AxParameterData object, according to the specified value indicating whether to ignore by reference parameters.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static cli::array <System::Windows::Forms::Design::AxParameterData ^> ^ Convert(cli::array <System::Reflection::ParameterInfo ^> ^ infos, bool ignoreByRefs);
public static System.Windows.Forms.Design.AxParameterData[] Convert(System.Reflection.ParameterInfo[] infos, bool ignoreByRefs);
static member Convert : System.Reflection.ParameterInfo[] * bool -> System.Windows.Forms.Design.AxParameterData[]
Public Shared Function Convert (infos As ParameterInfo(), ignoreByRefs As Boolean) As AxParameterData()
Parameters
- infos
- ParameterInfo[]
An array of ParameterInfo objects to convert.
- ignoreByRefs
- Boolean
A value indicating whether to ignore parameters passed by reference.
Returns
An array of AxParameterData objects representing the specified array of ParameterInfo objects.
See also
Applies to
.NET Framework 4.8.1 i druge verzije
Proizvod | Verzije |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: