Hamiltonian<TTermClassification,TTermIndexing,TTermValue>.GetTerm 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.
Method for retrieving a term to a Hamiltonian. This method infers the term category from the term index if possible.
public TTermValue GetTerm (TTermIndexing index);
member this.GetTerm : 'ermIndexing -> 'ermValue
Public Function GetTerm (index As TTermIndexing) As TTermValue
Parameters
- index
- TTermIndexing
Index to term.
Returns
- TTermValue