C# Класс Microsoft.ManagementConsole.Samples.ScopePropertyPage

User property page.
Наследование: PropertyPage
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ScopePropertyPage ( Microsoft.ManagementConsole.Samples.SampleScopeNode parentScopeNode ) : System

Constructor for the page.

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

Метод Описание
OnApply ( ) : bool

Sent to every page in the property sheet to indicate that the user has clicked the Apply button and wants all changes to take effect.

OnCancel ( ) : void

Indicates that the user has canceled and the property sheet is about to be destroyed. All changes made since the last PSN_APPLY notification are canceled

OnDestroy ( ) : void

Notifies a page that the property sheet is getting destoyed. Use this notification message as an opportunity to perform cleanup operations.

OnInitialize ( ) : void

Initialize notification for the page. Default implementation is empty.

OnOK ( ) : bool

Sent to every page in the property sheet to indicate that the user has clicked the OK or Close button and wants all changes to take effect.

QueryCancel ( ) : bool

Indicates that the user wants to cancel the property sheet. Default implementation allows cancel operation.

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

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

Sent to every page in the property sheet to indicate that the user has clicked the Apply button and wants all changes to take effect.
protected OnApply ( ) : bool
Результат bool

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

Indicates that the user has canceled and the property sheet is about to be destroyed. All changes made since the last PSN_APPLY notification are canceled
protected OnCancel ( ) : void
Результат void

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

Notifies a page that the property sheet is getting destoyed. Use this notification message as an opportunity to perform cleanup operations.
protected OnDestroy ( ) : void
Результат void

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

Initialize notification for the page. Default implementation is empty.
protected OnInitialize ( ) : void
Результат void

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

Sent to every page in the property sheet to indicate that the user has clicked the OK or Close button and wants all changes to take effect.
protected OnOK ( ) : bool
Результат bool

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

Indicates that the user wants to cancel the property sheet. Default implementation allows cancel operation.
protected QueryCancel ( ) : bool
Результат bool

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

Constructor for the page.
public ScopePropertyPage ( Microsoft.ManagementConsole.Samples.SampleScopeNode parentScopeNode ) : System
parentScopeNode Microsoft.ManagementConsole.Samples.SampleScopeNode
Результат System