Partager via


ConsoleParentNode.DeleteResultItems Method

Deletes result objects for the console parent node.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As ConsoleParentNode
Dim sender As Object
Dim actionDescription As ActionDescription
Dim status As Status
Dim selectedResultObject As IResultObject
Dim dataUpdatedDelegate As PropertyDataUpdated

instance.DeleteResultItems(sender, actionDescription, status, selectedResultObject, dataUpdatedDelegate)

Syntax

'Declaration
Public Sub DeleteResultItems ( _
    sender As Object, _
    actionDescription As ActionDescription, _
    status As Status, _
    selectedResultObject As IResultObject, _
    dataUpdatedDelegate As PropertyDataUpdated _
)
public void DeleteResultItems (
    Object sender,
    ActionDescription actionDescription,
    Status status,
    IResultObject selectedResultObject,
    PropertyDataUpdated dataUpdatedDelegate
)
public:
void DeleteResultItems (
    Object^ sender, 
    ActionDescription^ actionDescription, 
    Status^ status, 
    IResultObject^ selectedResultObject, 
    PropertyDataUpdated^ dataUpdatedDelegate
)
public void DeleteResultItems (
    Object sender, 
    ActionDescription actionDescription, 
    Status status, 
    IResultObject selectedResultObject, 
    PropertyDataUpdated dataUpdatedDelegate
)
public function DeleteResultItems (
    sender : Object, 
    actionDescription : ActionDescription, 
    status : Status, 
    selectedResultObject : IResultObject, 
    dataUpdatedDelegate : PropertyDataUpdated
)

Parameters

  • sender
    [in] System.Object instance that indicates the sender of an event notifying that results need deletion.
  • status
    [in] Microsoft.ManagementConsole.Status object.
  • selectedResultObject
    [in] IResultObject interface to use for getting or setting result object properties.

Remarks

Because there is only a single selection for a console parent node, this method deals with only one deleted item at a time.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
PropertyDataUpdated
ActionDescription
IResultObject