IVsDataObjectStore.InvalidateObjects (Método) (String, array<Object )

Reemplaza los objetos de datos correspondiente al tipo y las restricciones especificados, convertir los objetos de datos que se seleccionen de origen de datos para las solicitudes futuras, en comparación con recuperarlas de caché del almacén del objeto.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Sub InvalidateObjects ( _
    typeName As String, _
    restrictions As Object() _
)
void InvalidateObjects(
    string typeName,
    Object[] restrictions
)
void InvalidateObjects(
    String^ typeName, 
    array<Object^>^ restrictions
)
abstract InvalidateObjects : 
        typeName:string * 
        restrictions:Object[] -> unit 
function InvalidateObjects(
    typeName : String, 
    restrictions : Object[]
)

Parámetros

  • typeName
    Tipo: System.String
    El nombre origen- específico de los datos de tipo a reemplazar.
  • restrictions
    Tipo: array<System.Object[]
    Una matriz que contiene las restricciones asociadas al tipo especificado para reemplazar.

Excepciones

Excepción Condición
ArgumentNullException

El valor del parámetro typeName es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

IVsDataObjectStore Interfaz

InvalidateObjects (Sobrecarga)

Microsoft.VisualStudio.Data.Services (Espacio de nombres)