ItemsView.IsSelected(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取值,指出是否已選取位於指定索引處的專案。
public:
virtual bool IsSelected(int itemIndex) = IsSelected;
bool IsSelected(int const& itemIndex);
public bool IsSelected(int itemIndex);
function isSelected(itemIndex)
Public Function IsSelected (itemIndex As Integer) As Boolean
參數
- itemIndex
-
Int32
int
要檢查選取專案的專案索引。
傳回
Boolean
bool
true
勾選取位於指定索引處的專案,則為 ;否則為 false
。