C# Class Microsoft.ManagementConsole.SelectionData

Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public BeginUpdates ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

EndUpdates() public méthode

public EndUpdates ( ) : void
Résultat void

GetAllowedClipboardFormatIdsForPaste() public méthode

public GetAllowedClipboardFormatIdsForPaste ( ) : string[]
Résultat string[]

GetUniqueNodeTypes() public méthode

public GetUniqueNodeTypes ( ) : System.Guid[]
Résultat System.Guid[]

SetAllowedClipboardFormatIdsForPaste() public méthode

public SetAllowedClipboardFormatIdsForPaste ( string clipboardFormats ) : void
clipboardFormats string
Résultat void

ShowPropertySheet() public méthode

public ShowPropertySheet ( string title ) : bool
title string
Résultat bool

ShowPropertySheet() public méthode

public ShowPropertySheet ( string title, bool hideApplyButton ) : bool
title string
hideApplyButton bool
Résultat bool

Update() public méthode

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