C# Class Microsoft.VisualStudio.Project.SettingsPage

Inheritance: LocalizableProperties, IPropertyPage, IDisposable
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

Activate() public méthode

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

Apply() public méthode

public Apply ( ) : int
Résultat int

ApplyChanges() protected abstract méthode

protected abstract ApplyChanges ( ) : int
Résultat int

BindProperties() protected abstract méthode

protected abstract BindProperties ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Dispose() public méthode

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

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetConfigProperty() public méthode

public GetConfigProperty ( string propertyName, _PersistStorageType storageType ) : string
propertyName string
storageType _PersistStorageType
Résultat string

GetPageInfo() public méthode

public GetPageInfo ( PROPPAGEINFO arrInfo ) : void
arrInfo PROPPAGEINFO
Résultat void

GetProjectConfigurations() protected méthode

protected GetProjectConfigurations ( ) : Microsoft.VisualStudio.Project.ProjectConfig[]
Résultat Microsoft.VisualStudio.Project.ProjectConfig[]

GetProperty() public méthode

public GetProperty ( string propertyName, _PersistStorageType storageType ) : string
propertyName string
storageType _PersistStorageType
Résultat string

GetTypedConfigProperty() public méthode

public GetTypedConfigProperty ( string name, Type type, _PersistStorageType storageType ) : object
name string
type System.Type
storageType _PersistStorageType
Résultat object

GetTypedProperty() public méthode

public GetTypedProperty ( string name, Type type, _PersistStorageType storageType ) : object
name string
type System.Type
storageType _PersistStorageType
Résultat object

Help() public méthode

public Help ( string helpDir ) : void
helpDir string
Résultat void

IsPageDirty() public méthode

public IsPageDirty ( ) : int
Résultat int

Move() public méthode

public Move ( System.Windows.Forms.RECT arrRect ) : void
arrRect System.Windows.Forms.RECT
Résultat void

SetConfigProperty() public méthode

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
Résultat void

SetObjects() public méthode

public SetObjects ( uint count, object punk ) : void
count uint
punk object
Résultat void

SetPageSite() public méthode

public SetPageSite ( IPropertyPageSite theSite ) : void
theSite IPropertyPageSite
Résultat void

SettingsPage() protected méthode

protected SettingsPage ( ProjectNode projectManager ) : System
projectManager ProjectNode
Résultat System

Show() public méthode

public Show ( uint cmd ) : void
cmd uint
Résultat void

TranslateAccelerator() public méthode

public TranslateAccelerator ( System.Windows.Forms.MSG arrMsg ) : int
arrMsg System.Windows.Forms.MSG
Résultat int

UpdateObjects() protected méthode

protected UpdateObjects ( ) : void
Résultat void