Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
An enumeration that describes dialog page apply behavior.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Enumeration 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.