'宣言
Public Function Contains( _ ByVal attribute As ContextAttribute _ ) As Boolean
public bool Contains( ContextAttribute attribute )
パラメータ
- attribute
- 指定された属性を検索します。
戻り値の型
コレクションに指定された属性が含まれている場合はtrue。それ以外の場合はfalse。
'宣言
Public Function Contains( _ ByVal attribute As ContextAttribute _ ) As Boolean
public bool Contains( ContextAttribute attribute )