Article.CheckValidDefinition(Boolean) 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.
Indicates whether the definition is valid.
protected:
override bool CheckValidDefinition(bool throwException);
protected override bool CheckValidDefinition (bool throwException);
override this.CheckValidDefinition : bool -> bool
Protected Overrides Function CheckValidDefinition (throwException As Boolean) As Boolean
Parameters
- throwException
- Boolean
true
to throw an exception; otherwise, false
.
Returns
true
if the definition is valid; otherwise, false
.