SubMenuStyleCollection.CreateKnownType(Int32) Method
V tomto článku
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 Object of the data type that corresponds to the specified index.
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
- index
- Int32
The index of the data type to create. This parameter is not used in this implementation of the method; therefore, you should always pass in null
.
Always returns an empty SubMenuStyle object.
The CreateKnownType method is a helper function that is used to create an Object of the data type that corresponds to the specified index. The index is often determined by using the GetKnownTypes method to create an array of supported data types and then searching the array for the desired data type.
The index
parameter is not used in this implementation of the method and is ignored. You should always pass in null
for this parameter. This implementation of the method always returns an empty SubMenuStyle object.
Poznámka
This method is used only by control developers.
Applies to
Produkt | Verze |
---|---|
.NET Framework | 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 |
Zpětná vazba k produktu .NET
.NET je open source projekt. Vyberte odkaz pro poskytnutí zpětné vazby: