CharacterMetricsDictionary.ContainsKey(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷集合是否包含指定的字元碼。
public:
virtual bool ContainsKey(int key);
public bool ContainsKey (int key);
abstract member ContainsKey : int -> bool
override this.ContainsKey : int -> bool
Public Function ContainsKey (key As Integer) As Boolean
參數
傳回
如果字典包含 key
則為 true
,否則為 false
。