C# 클래스 PhotoSharingApp.Universal.Actions.OpenMenuFlyoutAction

Opens the attached menu flyout.
상속: Windows.UI.Xaml.DependencyObject, IAction
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 프로퍼티들

프로퍼티 타입 설명
IsEnabledProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
Execute ( object sender, object parameter ) : object

Executes the action.

An example of parameter usage is EventTriggerBehavior, which passes the EventArgs as a parameter to its actions.

메소드 상세

Execute() 공개 메소드

Executes the action.
An example of parameter usage is EventTriggerBehavior, which passes the EventArgs as a parameter to its actions.
public Execute ( object sender, object parameter ) : object
sender object /// The that is passed to the action by the behavior. Generally this is /// or a target object. ///
parameter object The value of this parameter is determined by the caller.
리턴 object

프로퍼티 상세

IsEnabledProperty 공개적으로 정적으로 프로퍼티

The dependency property for the IsEnabled property.
public static DependencyProperty,Windows.UI.Xaml IsEnabledProperty
리턴 Windows.UI.Xaml.DependencyProperty