Share via


IResultNodeComparer.SetColumnIndex Method (Int32)

 

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

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

Syntax

void SetColumnIndex(
    int index
)
void SetColumnIndex(
    int index
)
abstract SetColumnIndex : 
        index:int -> unit
Sub SetColumnIndex (
    index As Integer
)

Parameters

  • index
    Type: System.Int32

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

See Also

IResultNodeComparer Interface
Microsoft.ManagementConsole Namespace

Return to top