Share via


TermStore.GetTerms method

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public Function GetTerms ( _
    labelMatchInformation As LabelMatchInformation _
) As TermCollection
'Usage
Dim instance As TermStore
Dim labelMatchInformation As LabelMatchInformation
Dim returnValue As TermCollection

returnValue = instance.GetTerms(labelMatchInformation)
public TermCollection GetTerms(
    LabelMatchInformation labelMatchInformation
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Taxonomy.TermCollection

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Client.Taxonomy namespace