C# 클래스 Microsoft.ManagementConsole.Advanced.PropertySheetExtension

상속: Microsoft.ManagementConsole.SnapInBase
파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
GetNodeTypes ( ) : System.Guid[]

보호된 메소드들

메소드 설명
OnAddPropertyPages ( PropertyPageCollection propertyPageCollection ) : void
OnSharedDataChanged ( SharedDataItem item ) : void
PropertySheetExtension ( ) : Microsoft.ManagementConsole

비공개 메소드들

메소드 설명
Initialize ( ) : void
ProcessNotification ( Notification notification ) : void
ProcessRequest ( Request request ) : void
SharedDataChanged ( object sender, SharedDataChangedEventArgs e ) : void

메소드 상세

GetNodeTypes() 공개 메소드

public GetNodeTypes ( ) : System.Guid[]
리턴 System.Guid[]

OnAddPropertyPages() 보호된 메소드

protected OnAddPropertyPages ( PropertyPageCollection propertyPageCollection ) : void
propertyPageCollection Microsoft.ManagementConsole.PropertyPageCollection
리턴 void

OnSharedDataChanged() 보호된 메소드

protected OnSharedDataChanged ( SharedDataItem item ) : void
item Microsoft.ManagementConsole.SharedDataItem
리턴 void

PropertySheetExtension() 보호된 메소드

protected PropertySheetExtension ( ) : Microsoft.ManagementConsole
리턴 Microsoft.ManagementConsole