DictTable.Isabstract 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 this table is abstract.
public:
virtual bool Isabstract();
public virtual bool Isabstract ();
abstract member Isabstract : unit -> bool
override this.Isabstract : unit -> bool
Public Overridable Function Isabstract () As Boolean
Returns
true if this table is abstract; otherwise, false.