RoutingEffect Constructors
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
| Name | Description |
|---|---|
| RoutingEffect() | |
| RoutingEffect(String) |
Creates a new routing effect with the specified effect ID. |
RoutingEffect()
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
protected:
RoutingEffect();
protected RoutingEffect();
Protected Sub New ()
Applies to
RoutingEffect(String)
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
Creates a new routing effect with the specified effect ID.
protected:
RoutingEffect(System::String ^ effectId);
protected RoutingEffect(string effectId);
new Microsoft.Maui.Controls.RoutingEffect : string -> Microsoft.Maui.Controls.RoutingEffect
Protected Sub New (effectId As String)
Parameters
- effectId
- String
The ID for the effect.