GlyphCollection.Contains(Glyph) 方法

定義

取得值,指出 GlyphCollection 是否含有指定的 Glyph

public:
 bool Contains(System::Windows::Forms::Design::Behavior::Glyph ^ value);
public bool Contains (System.Windows.Forms.Design.Behavior.Glyph value);
member this.Contains : System.Windows.Forms.Design.Behavior.Glyph -> bool
Public Function Contains (value As Glyph) As Boolean

參數

value
Glyph

要尋找的 Glyph

傳回

Boolean

如果 Glyph 包含在集合裡,則為 true,否則為 false

適用於