C# 클래스 SessionHistoryViewer.ListViewExtensions

파일 보기 프로젝트 열기: microsoft/xbox-live-developer-tools

공개 메소드들

메소드 설명
AddColumn ( ListView lv, string columnHeaderText, Array headerWidths, int columnIndex, int defaultWidth ) : void

메소드 상세

AddColumn() 공개 정적인 메소드

public static AddColumn ( ListView lv, string columnHeaderText, Array headerWidths, int columnIndex, int defaultWidth ) : void
lv ListView
columnHeaderText string
headerWidths Array
columnIndex int
defaultWidth int
리턴 void