DictTableMap.Table 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.
Retrieves the table that the mapping references.
public:
virtual int Table();
public virtual int Table ();
abstract member Table : unit -> int
override this.Table : unit -> int
Public Overridable Function Table () As Integer
Returns
The table ID.
Remarks
Use this method to get to the table mappings, instead of traversing to the tree node.