Share via


EventParameter.Modifier Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the modifier for the parameter that indicates whether it is an in, out, or reference parameter.

Namespace:  Microsoft.Xaml
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public ReadOnly Property Modifier As EventParameterModifier
'Usage
Dim instance As EventParameter 
Dim value As EventParameterModifier 

value = instance.Modifier
public EventParameterModifier Modifier { get; }
public:
property EventParameterModifier Modifier {
    EventParameterModifier get ();
}
public function get Modifier () : EventParameterModifier

Property Value

Type: Microsoft.Xaml.EventParameterModifier

.NET Framework Security

See Also

Reference

EventParameter Structure

EventParameter Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility