ListBox.NoMatches 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定搜尋中並未找到相符的項目。
public: int NoMatches = -1;
public const int NoMatches = -1;
val mutable NoMatches : int
Public Const NoMatches As Integer = -1
欄位值
Value = -1備註
當搜尋中找不到相符的值時,這個常數會由 FindString 、 FindStringExact 和 IndexFromPoint 方法傳回。