Freigeben über


NavigationViewItem.SelectsOnInvoked Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob beim Aufrufen eines Navigationsmenüelements dieses auch ausgewählt wird, oder legt diesen fest.

public:
 property bool SelectsOnInvoked { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool SelectsOnInvoked();

void SelectsOnInvoked(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool SelectsOnInvoked();

void SelectsOnInvoked(bool value);
public bool SelectsOnInvoked { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool SelectsOnInvoked { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
var boolean = navigationViewItem.selectsOnInvoked;
navigationViewItem.selectsOnInvoked = boolean;
Public Property SelectsOnInvoked As Boolean

Eigenschaftswert

Boolean

bool

true , wenn das Aufrufen eines Navigationsmenüelements ebenfalls ausgewählt wird; andernfalls false. Der Standardwert ist true.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: