C# 클래스 Microsoft.ManagementConsole.AuxiliarySelectionDataCollection

파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
FindMatchingSelectionId ( object selectionObject, int &selectionId ) : bool
Remove ( object key ) : void
this ( object key ) : AuxiliarySelectionData

메소드 상세

FindMatchingSelectionId() 공개 메소드

public FindMatchingSelectionId ( object selectionObject, int &selectionId ) : bool
selectionObject object
selectionId int
리턴 bool

Remove() 공개 메소드

public Remove ( object key ) : void
key object
리턴 void

this() 공개 메소드

public this ( object key ) : AuxiliarySelectionData
key object
리턴 AuxiliarySelectionData