SettingsPage.IsPageDirty Method

Gets whether or not the page has been modified but not saved.

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

Syntax

'宣言
Public Overridable Function IsPageDirty As Integer
'使用
Dim instance As SettingsPage
Dim returnValue As Integer

returnValue = instance.IsPageDirty()
public virtual int IsPageDirty()
public:
virtual int IsPageDirty()
public function IsPageDirty() : int

Return Value

Type: System.Int32

Returns S_OK if the page is dirty, otherwise S_FALSE.

Implements

IPropertyPage.IsPageDirty()

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace