C# Class Microsoft.ManagementConsole.PropertySheetManager

Exibir arquivo Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
AddPropertySheet void
ComparePropertySheetSelectionObjects bool
CreatePropertySheet PropertySheet
FindPropertySheet int
GetPropertySheet PropertySheet
ProcessNotificationMessage void
ProcessRequestMessage void

Public Methods

Method Description
RemovePropertySheet ( PropertySheet sheet ) : void

Private Methods

Method Description
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

Method Details

RemovePropertySheet() public method

public RemovePropertySheet ( PropertySheet sheet ) : void
sheet PropertySheet
return void