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

허브가 초기화될 때 먼저 표시할 허브 섹션의 인덱스입니다.

적용 대상

추가 정보