C# 클래스 Microsoft.ManagementConsole.SelectionData

파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BeginUpdates() 공개 메소드

public BeginUpdates ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

EndUpdates() 공개 메소드

public EndUpdates ( ) : void
리턴 void

GetAllowedClipboardFormatIdsForPaste() 공개 메소드

public GetAllowedClipboardFormatIdsForPaste ( ) : string[]
리턴 string[]

GetUniqueNodeTypes() 공개 메소드

public GetUniqueNodeTypes ( ) : System.Guid[]
리턴 System.Guid[]

SetAllowedClipboardFormatIdsForPaste() 공개 메소드

public SetAllowedClipboardFormatIdsForPaste ( string clipboardFormats ) : void
clipboardFormats string
리턴 void

ShowPropertySheet() 공개 메소드

public ShowPropertySheet ( string title ) : bool
title string
리턴 bool

ShowPropertySheet() 공개 메소드

public ShowPropertySheet ( string title, bool hideApplyButton ) : bool
title string
hideApplyButton bool
리턴 bool

Update() 공개 메소드

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