Property | Type | Description | |
---|---|---|---|
Activate | void | ||
AddCustomStatus | void | ||
Deactivate | void | ||
DoAction | void | ||
DoVerb | void | ||
Expand | void | ||
ExpandFromLoad | bool | ||
GetPropertyPages | void | ||
GetSharedData | void | ||
NotifySendActivation | void | ||
NotifySendDeactivation | void | ||
OnActionsPaneHelpItemsChanged | void | ||
OnActionsPaneItemsChanged | void | ||
OnNodeSyncManagerAdd | void | ||
OnNodeSyncManagerRemove | void | ||
OnSharedDataChanged | void | ||
OnSharedDataPropertyChangeRequested | void | ||
OnVerbsChanged | void | ||
OnViewDescriptionsChanged | void | ||
RemoveCustomStatus | void | ||
RequestSharedDataUpdate | void | ||
SetParent | void | ||
UpdateViewDescriptionSubscription | void |
Method | Description | |
---|---|---|
GetAllowedClipboardFormatIdsForPaste ( ) : string[] | ||
ScopeNode ( ) : Microsoft.ManagementConsole.Internal | ||
ScopeNode ( System.Guid nodeType ) : Microsoft.ManagementConsole.Internal | ||
ScopeNode ( System.Guid nodeType, bool hideExpandIcon ) : Microsoft.ManagementConsole.Internal | ||
ScopeNode ( bool hideExpandIcon ) : Microsoft.ManagementConsole.Internal | ||
SetAllowedClipboardFormatIdsForPaste ( string clipboardFormats ) : void | ||
ShowPropertySheet ( string title ) : bool | ||
ShowPropertySheet ( string title, bool hideApplyButton ) : bool |
Method | Description | |
---|---|---|
OnAction ( Action action, |
||
OnAddPropertyPages ( |
||
OnCut ( |
||
OnDelete ( |
||
OnExpand ( |
||
OnExpandFromLoad ( |
||
OnGetSharedData ( |
||
OnPaste ( Microsoft data, Microsoft pasteType, |
||
OnPrint ( |
||
OnRefresh ( |
||
OnRename ( string newText, |
||
OnSharedDataChangeRequested ( |
||
OnSyncAction ( |
Method | Description | |
---|---|---|
Activate ( IRequestStatus requestStatus ) : void | ||
AddCustomStatus ( |
||
Deactivate ( ) : void | ||
DoAction ( int actionId, IRequestStatus requestStatus ) : void | ||
DoVerb ( |
||
Expand ( IRequestStatus requestStatus ) : void | ||
ExpandFromLoad ( IRequestStatus requestStatus ) : bool | ||
GetPropertyPages ( int sheetId, IRequestStatus requestStatus ) : void | ||
GetSharedData ( |
||
NotifySendActivation ( ) : void | ||
NotifySendDeactivation ( ) : void | ||
OnActionsPaneHelpItemsChanged ( object sender, |
||
OnActionsPaneItemsChanged ( object sender, |
||
OnNodeSyncManagerAdd ( ) : void | ||
OnNodeSyncManagerRemove ( ) : void | ||
OnSharedDataChanged ( object source, |
||
OnSharedDataPropertyChangeRequested ( object source, |
||
OnVerbsChanged ( object sender, |
||
OnViewDescriptionsChanged ( object sender, |
||
RemoveCustomStatus ( |
||
RequestSharedDataUpdate ( |
||
SetParent ( |
||
UpdateViewDescriptionSubscription ( bool fSubscribe ) : void |
public GetAllowedClipboardFormatIdsForPaste ( ) : string[] | ||
return | string[] |
protected OnAction ( Action action, |
||
action | Action | |
status | ||
return | void |
protected OnAddPropertyPages ( |
||
propertyPageCollection | ||
return | void |
protected OnCut ( |
||
status | ||
return | void |
protected OnDelete ( |
||
status | ||
return | void |
protected OnExpand ( |
||
status | ||
return | void |
protected OnExpandFromLoad ( |
||
status | ||
return | bool |
protected OnGetSharedData ( |
||
item | ||
status | ||
return | byte[] |
protected OnPaste ( Microsoft data, Microsoft pasteType, |
||
data | Microsoft | |
pasteType | Microsoft | |
status | ||
return | bool |
protected OnPrint ( |
||
status | ||
return | void |
protected OnRefresh ( |
||
status | ||
return | void |
protected OnRename ( string newText, |
||
newText | string | |
status | ||
return | void |
protected OnSharedDataChangeRequested ( |
||
item | ||
newValue | byte | |
status | ||
return | void |
protected OnSyncAction ( |
||
action | ||
status | ||
return | void |
public ScopeNode ( ) : Microsoft.ManagementConsole.Internal | ||
return | Microsoft.ManagementConsole.Internal |
public ScopeNode ( System.Guid nodeType ) : Microsoft.ManagementConsole.Internal | ||
nodeType | System.Guid | |
return | Microsoft.ManagementConsole.Internal |
public ScopeNode ( System.Guid nodeType, bool hideExpandIcon ) : Microsoft.ManagementConsole.Internal | ||
nodeType | System.Guid | |
hideExpandIcon | bool | |
return | Microsoft.ManagementConsole.Internal |
public ScopeNode ( bool hideExpandIcon ) : Microsoft.ManagementConsole.Internal | ||
hideExpandIcon | bool | |
return | Microsoft.ManagementConsole.Internal |
public SetAllowedClipboardFormatIdsForPaste ( string clipboardFormats ) : void | ||
clipboardFormats | string | |
return | void |
public ShowPropertySheet ( string title ) : bool | ||
title | string | |
return | bool |
public ShowPropertySheet ( string title, bool hideApplyButton ) : bool | ||
title | string | |
hideApplyButton | bool | |
return | bool |