del método QueryProperties.IsSupported
NOTA: esta API está ahora obsoleta.
Espacio de nombres: Microsoft.SharePoint.Search.Query
Ensamblado: Microsoft.SharePoint.Search (en Microsoft.SharePoint.Search.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("This class is obsolete.")> _
Public Function IsSupported ( _
type As Type _
) As Boolean
'Uso
Dim instance As QueryProperties
Dim type As Type
Dim returnValue As Boolean
returnValue = instance.IsSupported(type)
[ObsoleteAttribute("This class is obsolete.")]
public bool IsSupported(
Type type
)
Parámetros
- type
Tipo: System.Type
Valor devuelto
Tipo: System.Boolean
Implementaciones
IPropertyCollection.IsSupported(Type)