DialogPage.PageApplyEventArgs.ApplyBehavior Property

Definition

Gets or sets the kind of behavior that should take plan on Apply.

public:
 property Microsoft::VisualStudio::Shell::DialogPage::ApplyKind ApplyBehavior { Microsoft::VisualStudio::Shell::DialogPage::ApplyKind get(); void set(Microsoft::VisualStudio::Shell::DialogPage::ApplyKind value); };
public Microsoft.VisualStudio.Shell.DialogPage.ApplyKind ApplyBehavior { get; set; }
member this.ApplyBehavior : Microsoft.VisualStudio.Shell.DialogPage.ApplyKind with get, set
Public Property ApplyBehavior As DialogPage.ApplyKind

Property Value

DialogPage.ApplyKind.

Applies to