Freigeben über


IPropertyCollection.IsSupported-Methode

Überprüft, ob ein bestimmten Typ unterstützt wird, dienen als den Typ des Objekts in der IPropertyCollection gespeichert.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Function IsSupported ( _
    type As Type _
) As Boolean
'Usage
Dim instance As IPropertyCollection
Dim type As Type
Dim returnValue As Boolean

returnValue = instance.IsSupported(type)
bool IsSupported(
    Type type
)

Parameter

  • type
    Typ: System.Type

    Der Typ, der unterstützt wird.

Rückgabewert

Typ: System.Boolean
true , wenn der angegebene Typ unterstützt wird; andernfalls false.

Siehe auch

Referenz

IPropertyCollection Schnittstelle

IPropertyCollection-Member

Microsoft.Office.Server.Search.Query-Namespace