C# 클래스 Microsoft.ManagementConsole.Samples.ScopePropertyPage

User property page.
상속: PropertyPage
파일 보기 프로젝트 열기: Munemori/Windows_Classic_Sample 1 사용 예제들

공개 메소드들

메소드 설명
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