C# Class Microsoft.ManagementConsole.AuxiliarySelectionDataCollection

Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
FindMatchingSelectionId ( object selectionObject, int &selectionId ) : bool
Remove ( object key ) : void
this ( object key ) : AuxiliarySelectionData

Method Details

FindMatchingSelectionId() public méthode

public FindMatchingSelectionId ( object selectionObject, int &selectionId ) : bool
selectionObject object
selectionId int
Résultat bool

Remove() public méthode

public Remove ( object key ) : void
key object
Résultat void

this() public méthode

public this ( object key ) : AuxiliarySelectionData
key object
Résultat AuxiliarySelectionData