DialogPage.PageApplyEventArgs.ApplyBehavior Property
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.
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