Registrar<TRegistrable>.Register 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.
Overloads
Register(Type, Type) | |
Register(Type, Type, Type[]) | |
Register(Type, Type, Type[], Int16) |
Register(Type, Type)
- Source:
- Registrar.cs
- Source:
- Registrar.cs
public:
void Register(Type ^ tview, Type ^ trender);
public void Register (Type tview, Type trender);
member this.Register : Type * Type -> unit
Public Sub Register (tview As Type, trender As Type)
Parameters
- tview
- Type
- trender
- Type
Applies to
Register(Type, Type, Type[])
- Source:
- Registrar.cs
- Source:
- Registrar.cs
public:
void Register(Type ^ tview, Type ^ trender, cli::array <Type ^> ^ supportedVisual);
public void Register (Type tview, Type trender, Type[] supportedVisual);
member this.Register : Type * Type * Type[] -> unit
Public Sub Register (tview As Type, trender As Type, supportedVisual As Type())
Parameters
- tview
- Type
- trender
- Type
- supportedVisual
- Type[]
Applies to
Register(Type, Type, Type[], Int16)
- Source:
- Registrar.cs
- Source:
- Registrar.cs
public:
void Register(Type ^ tview, Type ^ trender, cli::array <Type ^> ^ supportedVisuals, short priority);
public void Register (Type tview, Type trender, Type[] supportedVisuals, short priority);
member this.Register : Type * Type * Type[] * int16 -> unit
Public Sub Register (tview As Type, trender As Type, supportedVisuals As Type(), priority As Short)
Parameters
- tview
- Type
- trender
- Type
- supportedVisuals
- Type[]
- priority
- Int16
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.