次の方法で共有


TermStore.GetTermSetsWithCustomProperty method

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

Syntax

'Declaration
Public Function GetTermSetsWithCustomProperty ( _
    customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermSetCollection
'Usage
Dim instance As TermStore
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermSetCollection

returnValue = instance.GetTermSetsWithCustomProperty(customPropertyMatchInformation)
public TermSetCollection GetTermSetsWithCustomProperty(
    CustomPropertyMatchInformation customPropertyMatchInformation
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Taxonomy.TermSetCollection
A collection of TermSet objects.

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Client.Taxonomy namespace