IResultNodeComparer Interface

 

Defines the methods that are used to compare two result node instances in a list view.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public interface IResultNodeComparer : IComparer
public interface class IResultNodeComparer : IComparer
type IResultNodeComparer = 
    interface
        interface IComparer
    end
Public Interface IResultNodeComparer
    Inherits IComparer

Methods

Name Description
System_CAPS_pubmethod Compare(Object, Object)

(Inherited from IComparer.)

System_CAPS_pubmethod SetColumnIndex(Int32)

Sets the column index for which the two result node instances are compared.

See Also

Microsoft.ManagementConsole Namespace

Return to top