Свойство | Тип | Описание | |
---|---|---|---|
Dispose | void |
Метод | Описание | |
---|---|---|
Activate ( |
||
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, |
||
GetTypedProperty ( string name, |
||
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 |
public Activate ( |
||
parent | ||
pRect | System.Windows.Forms.RECT | |
bModal | int | |
Результат | void |
protected abstract BindProperties ( ) : void | ||
Результат | void |
public GetConfigProperty ( string propertyName ) : string | ||
propertyName | string | |
Результат | string |
public GetPageInfo ( PROPPAGEINFO arrInfo ) : void | ||
arrInfo | PROPPAGEINFO | |
Результат | void |
protected GetProjectConfigurations ( ) : VsTeXProject.VisualStudio.Project.ProjectConfig[] | ||
Результат | VsTeXProject.VisualStudio.Project.ProjectConfig[] |
public GetProperty ( string propertyName ) : string | ||
propertyName | string | |
Результат | string |
public GetTypedConfigProperty ( string name, |
||
name | string | |
type | ||
Результат | object |
public GetTypedProperty ( string name, |
||
name | string | |
type | ||
Результат | object |
public Move ( System.Windows.Forms.RECT arrRect ) : void | ||
arrRect | System.Windows.Forms.RECT | |
Результат | void |
public SetConfigProperty ( string name, string value ) : void | ||
name | string | property name. |
value | string | value of property |
Результат | void |
public SetObjects ( uint count, object punk ) : void | ||
count | uint | |
punk | object | |
Результат | void |
public SetPageSite ( IPropertyPageSite theSite ) : void | ||
theSite | IPropertyPageSite | |
Результат | void |
public TranslateAccelerator ( System.Windows.Forms.MSG arrMsg ) : int | ||
arrMsg | System.Windows.Forms.MSG | |
Результат | int |