Freigeben über


TermStore.GetTermsWithCustomProperty-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 GetTermsWithCustomProperty ( _
    customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermCollection
'Usage
Dim instance As TermStore
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermCollection

returnValue = instance.GetTermsWithCustomProperty(customPropertyMatchInformation)
public TermCollection GetTermsWithCustomProperty(
    CustomPropertyMatchInformation customPropertyMatchInformation
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

TermStore Klasse

TermStore-Member

Microsoft.SharePoint.Client.Taxonomy-Namespace