Compartir a través de


del método IPropertyCollection.IsSupported

Comprueba si se admite un tipo determinado como el tipo de objeto almacenado en el IPropertyCollection.

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean
true si se admite el tipo especificado; en caso contrario, false.

Vea también

Referencia

interfaz IPropertyCollection

Miembros IPropertyCollection

Espacio de nombres Microsoft.Office.Server.Search.Query