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
RoutingEffect() | |
RoutingEffect(String) |
RoutingEffect()
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
protected:
RoutingEffect();
protected RoutingEffect ();
Protected Sub New ()
Applies to
RoutingEffect(String)
- Source:
- RoutingEffect.cs
- Source:
- RoutingEffect.cs
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