IElementDirectory.ContainsElement(Guid) Method
Definition
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 element with the given ID present in directory.
public:
bool ContainsElement(Guid elementId);
public bool ContainsElement (Guid elementId);
abstract member ContainsElement : Guid -> bool
Public Function ContainsElement (elementId As Guid) As Boolean
Parameters
- elementId
- Guid
The Id of the element to be checked
Returns
True if the element is in the store, false otherewise.