Share via


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

中樞區段的索引,會在初始化中 時先顯示。

適用於

另請參閱