C# Класс Microsoft.VisualStudio.Project.SettingsPage

Наследование: LocalizableProperties, IPropertyPage, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
ApplyChanges ( ) : int
BindProperties ( ) : void
Dispose ( bool disposing ) : void
GetProjectConfigurations ( ) : Microsoft.VisualStudio.Project.ProjectConfig[]
SettingsPage ( ProjectNode projectManager ) : System
UpdateObjects ( ) : void

Описание методов

Activate() публичный Метод

public Activate ( IntPtr parent, System.Windows.Forms.RECT pRect, int bModal ) : void
parent System.IntPtr
pRect System.Windows.Forms.RECT
bModal int
Результат void

Apply() публичный Метод

public Apply ( ) : int
Результат int

ApplyChanges() защищенный абстрактный Метод

protected abstract ApplyChanges ( ) : int
Результат int

BindProperties() защищенный абстрактный Метод

protected abstract BindProperties ( ) : void
Результат void

Deactivate() публичный Метод

public Deactivate ( ) : void
Результат void

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetConfigProperty() публичный Метод

public GetConfigProperty ( string propertyName, _PersistStorageType storageType ) : string
propertyName string
storageType _PersistStorageType
Результат string

GetPageInfo() публичный Метод

public GetPageInfo ( PROPPAGEINFO arrInfo ) : void
arrInfo PROPPAGEINFO
Результат void

GetProjectConfigurations() защищенный Метод

protected GetProjectConfigurations ( ) : Microsoft.VisualStudio.Project.ProjectConfig[]
Результат Microsoft.VisualStudio.Project.ProjectConfig[]

GetProperty() публичный Метод

public GetProperty ( string propertyName, _PersistStorageType storageType ) : string
propertyName string
storageType _PersistStorageType
Результат string

GetTypedConfigProperty() публичный Метод

public GetTypedConfigProperty ( string name, Type type, _PersistStorageType storageType ) : object
name string
type System.Type
storageType _PersistStorageType
Результат object

GetTypedProperty() публичный Метод

public GetTypedProperty ( string name, Type type, _PersistStorageType storageType ) : object
name string
type System.Type
storageType _PersistStorageType
Результат object

Help() публичный Метод

public Help ( string helpDir ) : void
helpDir string
Результат void

IsPageDirty() публичный Метод

public IsPageDirty ( ) : int
Результат int

Move() публичный Метод

public Move ( System.Windows.Forms.RECT arrRect ) : void
arrRect System.Windows.Forms.RECT
Результат void

SetConfigProperty() публичный Метод

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
Результат void

SetObjects() публичный Метод

public SetObjects ( uint count, object punk ) : void
count uint
punk object
Результат void

SetPageSite() публичный Метод

public SetPageSite ( IPropertyPageSite theSite ) : void
theSite IPropertyPageSite
Результат void

SettingsPage() защищенный Метод

protected SettingsPage ( ProjectNode projectManager ) : System
projectManager ProjectNode
Результат System

Show() публичный Метод

public Show ( uint cmd ) : void
cmd uint
Результат void

TranslateAccelerator() публичный Метод

public TranslateAccelerator ( System.Windows.Forms.MSG arrMsg ) : int
arrMsg System.Windows.Forms.MSG
Результат int

UpdateObjects() защищенный Метод

protected UpdateObjects ( ) : void
Результат void