DictTableMap.Fieldcnt2fieldto(Int32) 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 field that is referenced by the map field.
public:
virtual int Fieldcnt2fieldto(int _cnt);
public virtual int Fieldcnt2fieldto (int _cnt);
abstract member Fieldcnt2fieldto : int -> int
override this.Fieldcnt2fieldto : int -> int
Public Overridable Function Fieldcnt2fieldto (_cnt As Integer) As Integer
Parameters
- _cnt
- Int32
Returns
The table field ID.
Remarks
Use this method to get to the table mappings, instead of traversing to the tree node.