프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Notify | void |
메소드 | 설명 | |
---|---|---|
MmcListViewColumn ( ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title, int width ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format, bool visible ) : Microsoft.ManagementConsole.Internal | ||
SetWidth ( int width ) : void |
메소드 | 설명 | |
---|---|---|
Notify ( ) : void |
public MmcListViewColumn ( ) : Microsoft.ManagementConsole.Internal | ||
리턴 | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
리턴 | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title, int width ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
width | int | |
리턴 | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
width | int | |
format | MmcListViewColumnFormat | |
리턴 | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format, bool visible ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
width | int | |
format | MmcListViewColumnFormat | |
visible | bool | |
리턴 | Microsoft.ManagementConsole.Internal |