'宣言
Public Function Contains( _ ByVal item As CustomPropertyDefinition _ ) As Boolean
public bool Contains( CustomPropertyDefinition item )
パラメータ
- item
- The object to locate in the Collection. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
戻り値の型
true if item is found in the Collection; otherwise, false.