Partager via


TaxonomySession.GetTermsWithCustomProperty - Méthode

Obtient Term objets avec des propriétés personnalisées pour l'objet TaxonomySession en cours.

Espace de noms :  Microsoft.SharePoint.Client.Taxonomy
Assemblys :   Microsoft.SharePoint.Client.Taxonomy.Silverlight (dans Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll);  Microsoft.SharePoint.Client.Taxonomy.Phone (dans Microsoft.SharePoint.Client.Taxonomy.Phone.dll)  Microsoft.SharePoint.Client.Taxonomy (dans Microsoft.SharePoint.Client.Taxonomy.dll)

Syntaxe

'Déclaration
Public Function GetTermsWithCustomProperty ( _
    customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermCollection
'Utilisation
Dim instance As TaxonomySession
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermCollection

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

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.Taxonomy.TermCollection
Un objet TermCollection

Voir aussi

Référence

TaxonomySession classe

TaxonomySession - Membres

Microsoft.SharePoint.Client.Taxonomy - Espace de noms