Sdílet prostřednictvím


CellPermissionCollection.Contains Method

Include Protected Members
Include Inherited Members

Indicates whether the collection contains a CellPermission.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public method Contains(CellPermission) Indicates whether the collection contains a specified CellPermission.
Public method Contains(CellPermissionAccess) Indicates whether the collection contains a CellPermission with the specified CellPermissionAccess value.
Protected method Contains(IModelComponent) (Inherited from ModelComponentCollection.)

Top