C# 클래스 Microsoft.ManagementConsole.PropertySheetManager

파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddPropertySheet void
ComparePropertySheetSelectionObjects bool
CreatePropertySheet PropertySheet
FindPropertySheet int
GetPropertySheet PropertySheet
ProcessNotificationMessage void
ProcessRequestMessage void

공개 메소드들

메소드 설명
RemovePropertySheet ( PropertySheet sheet ) : void

비공개 메소드들

메소드 설명
AddPropertySheet ( PropertySheet sheet ) : void
ComparePropertySheetSelectionObjects ( object selectionObject, int selectionId ) : bool
CreatePropertySheet ( int sheetId, PropertyPageCollection pageCollection, AuxiliarySelectionData auxiliarySelectionData ) : PropertySheet
FindPropertySheet ( object selectionObject ) : int
GetPropertySheet ( int id ) : PropertySheet
ProcessNotificationMessage ( PropertyPageNotification pageNotif ) : void
ProcessRequestMessage ( PropertyPageMessageRequestInfo requestInfo, IRequestStatus requestStatus ) : void

메소드 상세

RemovePropertySheet() 공개 메소드

public RemovePropertySheet ( PropertySheet sheet ) : void
sheet PropertySheet
리턴 void