Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
customPropertyMatchInformation
Typ: Microsoft.SharePoint.Client.Taxonomy.CustomPropertyMatchInformationGibt die Suchkriterien beim Abrufen der TermSet Objekte zu verwendenden an.
Rückgabewert
Typ: Microsoft.SharePoint.Client.Taxonomy.TermSetCollection
Eine Zusammenstellung von TermSet Objekte.