C# Class Microsoft.ManagementConsole.SelectionData

显示文件 Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
ChangeSelection void
GetSelectionId int
OnActionsPaneHelpItemsChanged void
OnActionsPaneItemsChanged void
OnSharedDataChanged void
PerformInitialSynchronization void
ReplaceSharedData WritableSharedData
SelectionData Microsoft.ManagementConsole.Internal
SelectionData Microsoft.ManagementConsole.Internal
ThrowIfViewShutdown void
ValidateVerbs void

Public Methods

Method Description
BeginUpdates ( ) : void
Clear ( ) : void
EndUpdates ( ) : void
GetAllowedClipboardFormatIdsForPaste ( ) : string[]
GetUniqueNodeTypes ( ) : System.Guid[]
SetAllowedClipboardFormatIdsForPaste ( string clipboardFormats ) : void
ShowPropertySheet ( string title ) : bool
ShowPropertySheet ( string title, bool hideApplyButton ) : bool
Update ( object selectionObject, bool multiSelection, System.Guid uniqueNodeTypes, WritableSharedData sharedData ) : void

Private Methods

Method Description
ChangeSelection ( object selectionObject, Microsoft type, System.Guid uniqueNodeTypes, WritableSharedData sharedData ) : void
GetSelectionId ( Microsoft type, object selectionObject ) : int
OnActionsPaneHelpItemsChanged ( object sender, ActionsPaneItemCollectionEventArgs e ) : void
OnActionsPaneItemsChanged ( object sender, ActionsPaneItemCollectionEventArgs e ) : void
OnSharedDataChanged ( object source, WritableSharedDataChangedEventArgs e ) : void
PerformInitialSynchronization ( ) : void
ReplaceSharedData ( WritableSharedData newSharedData ) : WritableSharedData
SelectionData ( ) : Microsoft.ManagementConsole.Internal
SelectionData ( View view ) : Microsoft.ManagementConsole.Internal
ThrowIfViewShutdown ( string viewOperation ) : void
ValidateVerbs ( ) : void

Method Details

BeginUpdates() public method

public BeginUpdates ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

EndUpdates() public method

public EndUpdates ( ) : void
return void

GetAllowedClipboardFormatIdsForPaste() public method

public GetAllowedClipboardFormatIdsForPaste ( ) : string[]
return string[]

GetUniqueNodeTypes() public method

public GetUniqueNodeTypes ( ) : System.Guid[]
return System.Guid[]

SetAllowedClipboardFormatIdsForPaste() public method

public SetAllowedClipboardFormatIdsForPaste ( string clipboardFormats ) : void
clipboardFormats string
return void

ShowPropertySheet() public method

public ShowPropertySheet ( string title ) : bool
title string
return bool

ShowPropertySheet() public method

public ShowPropertySheet ( string title, bool hideApplyButton ) : bool
title string
hideApplyButton bool
return bool

Update() public method

public Update ( object selectionObject, bool multiSelection, System.Guid uniqueNodeTypes, WritableSharedData sharedData ) : void
selectionObject object
multiSelection bool
uniqueNodeTypes System.Guid
sharedData WritableSharedData
return void