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