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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.