Freigeben über


TermStore.GetTermSetsWithCustomProperty-Methode

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assemblys:   Microsoft.SharePoint.Client.Taxonomy.Silverlight (in Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll);  Microsoft.SharePoint.Client.Taxonomy.Phone (in Microsoft.SharePoint.Client.Taxonomy.Phone.dll)  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
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.Taxonomy.TermSetCollection
Eine Zusammenstellung von TermSet Objekte.

Siehe auch

Referenz

TermStore Klasse

TermStore-Member

Microsoft.SharePoint.Client.Taxonomy-Namespace