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

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

Private Properties

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

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

Метод Описание
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 ) : string
GetPageInfo ( PROPPAGEINFO arrInfo ) : void
GetProperty ( string propertyName ) : string
GetTypedConfigProperty ( string name, Type type ) : object
GetTypedProperty ( string name, Type type ) : object
Help ( string helpDir ) : void
IsPageDirty ( ) : int
Move ( System.Windows.Forms.RECT arrRect ) : void
SetConfigProperty ( string name, 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
GetProjectConfigurations ( ) : VsTeXProject.VisualStudio.Project.ProjectConfig[]
UpdateObjects ( ) : void

Приватные методы

Метод Описание
Dispose ( bool disposing ) : 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

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

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

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

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

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

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

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

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

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

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

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

public GetTypedProperty ( string name, Type type ) : object
name string
type System.Type
Результат 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, string value ) : void
name string property name.
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

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