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
type
Type: System.TypeO tipo de suporte.
Valor retornado
Type: System.Boolean
true se há suporte para o tipo especificado; Caso contrário, false.