Partager via


PropPageStatus Enumeration

Defines the current status of the property page.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<FlagsAttribute> _
Public Enumeration PropPageStatus

Dim instance As PropPageStatus
[FlagsAttribute]
public enum PropPageStatus
[FlagsAttribute]
public enum class PropPageStatus
public enum PropPageStatus

Members

Member name Description
Dirty The page is dirty (has unsaved modifications).
Validate The page should be validated.
Clean The page is clean.

See Also

Reference

Microsoft.VisualStudio.Package Namespace