An enumeration that describes dialog page apply behavior.
Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Enumeration ApplyKind
用法
Dim instance As DialogPage.ApplyKind
public enum ApplyKind
public enum class ApplyKind
type ApplyKind
public enum ApplyKind
Members
| Member name | Description | |
|---|---|---|
| Apply | Allows the changes to be applied | |
| Cancel | Cancels the apply event and navigates to the page cancelling the event. | |
| CancelNoNavigate | Cancels the apply event and returns the active page, not the page canceling the event. | 
Remarks
Allows the OnApply event to be canceled with optional navigation instructions.