C# Class Microsoft.VisualStudio.Project.SettingsPage

Inheritance: LocalizableProperties, IPropertyPage, IDisposable
Mostra file Open project: tunnelvisionlabs/MPFProj10

Private Properties

Property Type Description

Public Methods

Method Description
Activate ( IntPtr parent, System.Windows.Forms.RECT pRect, int bModal ) : void
Apply ( ) : int
Deactivate ( ) : void
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetConfigProperty ( string propertyName, _PersistStorageType storageType ) : string
GetPageInfo ( PROPPAGEINFO arrInfo ) : void
GetProperty ( string propertyName, _PersistStorageType storageType ) : string
GetTypedConfigProperty ( string name, Type type, _PersistStorageType storageType ) : object
GetTypedProperty ( string name, Type type, _PersistStorageType storageType ) : object
Help ( string helpDir ) : void
IsPageDirty ( ) : int
Move ( System.Windows.Forms.RECT arrRect ) : void
SetConfigProperty ( string name, _PersistStorageType storageType, string value ) : void

Sets the value of a configuration dependent property. If the attribute does not exist it is created. If value is null it will be set to an empty string.

SetObjects ( uint count, object punk ) : void
SetPageSite ( IPropertyPageSite theSite ) : void
Show ( uint cmd ) : void
TranslateAccelerator ( System.Windows.Forms.MSG arrMsg ) : int

Protected Methods

Method Description
ApplyChanges ( ) : int
BindProperties ( ) : void
Dispose ( bool disposing ) : void
GetProjectConfigurations ( ) : Microsoft.VisualStudio.Project.ProjectConfig[]
SettingsPage ( ProjectNode projectManager ) : System
UpdateObjects ( ) : void

Method Details

Activate() public method

public Activate ( IntPtr parent, System.Windows.Forms.RECT pRect, int bModal ) : void
parent System.IntPtr
pRect System.Windows.Forms.RECT
bModal int
return void

Apply() public method

public Apply ( ) : int
return int

ApplyChanges() protected abstract method

protected abstract ApplyChanges ( ) : int
return int

BindProperties() protected abstract method

protected abstract BindProperties ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetConfigProperty() public method

public GetConfigProperty ( string propertyName, _PersistStorageType storageType ) : string
propertyName string
storageType _PersistStorageType
return string

GetPageInfo() public method

public GetPageInfo ( PROPPAGEINFO arrInfo ) : void
arrInfo PROPPAGEINFO
return void

GetProjectConfigurations() protected method

protected GetProjectConfigurations ( ) : Microsoft.VisualStudio.Project.ProjectConfig[]
return Microsoft.VisualStudio.Project.ProjectConfig[]

GetProperty() public method

public GetProperty ( string propertyName, _PersistStorageType storageType ) : string
propertyName string
storageType _PersistStorageType
return string

GetTypedConfigProperty() public method

public GetTypedConfigProperty ( string name, Type type, _PersistStorageType storageType ) : object
name string
type System.Type
storageType _PersistStorageType
return object

GetTypedProperty() public method

public GetTypedProperty ( string name, Type type, _PersistStorageType storageType ) : object
name string
type System.Type
storageType _PersistStorageType
return object

Help() public method

public Help ( string helpDir ) : void
helpDir string
return void

IsPageDirty() public method

public IsPageDirty ( ) : int
return int

Move() public method

public Move ( System.Windows.Forms.RECT arrRect ) : void
arrRect System.Windows.Forms.RECT
return void

SetConfigProperty() public method

Sets the value of a configuration dependent property. If the attribute does not exist it is created. If value is null it will be set to an empty string.
public SetConfigProperty ( string name, _PersistStorageType storageType, string value ) : void
name string property name.
storageType _PersistStorageType
value string value of property
return void

SetObjects() public method

public SetObjects ( uint count, object punk ) : void
count uint
punk object
return void

SetPageSite() public method

public SetPageSite ( IPropertyPageSite theSite ) : void
theSite IPropertyPageSite
return void

SettingsPage() protected method

protected SettingsPage ( ProjectNode projectManager ) : System
projectManager ProjectNode
return System

Show() public method

public Show ( uint cmd ) : void
cmd uint
return void

TranslateAccelerator() public method

public TranslateAccelerator ( System.Windows.Forms.MSG arrMsg ) : int
arrMsg System.Windows.Forms.MSG
return int

UpdateObjects() protected method

protected UpdateObjects ( ) : void
return void