Hub.DefaultSectionIndex プロパティ

定義

ハブの初期化時に最初に表示するハブ セクションのインデックスを取得または設定します。

public:
 property int DefaultSectionIndex { int get(); void set(int value); };
int DefaultSectionIndex();

void DefaultSectionIndex(int value);
public int DefaultSectionIndex { get; set; }
var int32 = hub.defaultSectionIndex;
hub.defaultSectionIndex = int32;
Public Property DefaultSectionIndex As Integer
<Hub DefaultSectionIndex=int/>

プロパティ値

Int32

int

ハブが初期化されたときに最初に表示する ハブ セクションのインデックス。

適用対象

こちらもご覧ください