バージョン

Initialize メソッド (SortIndicatorUIElement)

この SortIndicatorUIElement インスタンスの SortType を初期化します。
シンタックス
'宣言
 
Public Sub Initialize( _
   ByVal sortType As SortType _
) 
public void Initialize( 
   SortType sortType
)

パラメータ

sortType
この要素が表す並べ替えのタイプ (昇順または降順)。この要素で有効な値は Ascending と Descending のみです。
参照