PropertyBag.IsSupported - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function IsSupported ( _
type As Type _
) As Boolean
'Utilisation
Dim instance As PropertyBag
Dim type As Type
Dim returnValue As Boolean
returnValue = instance.IsSupported(type)
public bool IsSupported(
Type type
)
Paramètres
- type
Type : System.Type
Valeur renvoyée
Type : System.Boolean
Implémentations
IPropertyCollection.IsSupported(Type)