ISharePointCollection<T>.Contains(T) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the provided item is a member of this collection.
public:
bool Contains(T item);
C#
public bool Contains(T item);
abstract member Contains : 'T -> bool
Public Function Contains (item As T) As Boolean
- item
- T
The item to check whether it is in the collection.
True
if the item belongs to the collection; false
otherwise.
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
SharePoint Projects | 2017, 2019, 2022 |