Compartilhar via


IPropertyCollection.IsSupported method

Verifica se um determinado tipo é suportado para servir como o tipo de objeto armazenado na IPropertyCollection.

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

Syntax

'Declaração
Function IsSupported ( _
    type As Type _
) As Boolean
'Uso
Dim instance As IPropertyCollection
Dim type As Type
Dim returnValue As Boolean

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

Parâmetros

Valor retornado

Type: System.Boolean
true se há suporte para o tipo especificado; Caso contrário, false.

Ver também

Referência

IPropertyCollection interface

IPropertyCollection members

Microsoft.Office.Server.Search.Query namespace