IVsDataObjectStore.CanSelectObjects (Método)

Indica si el tipo especificado puede ser seleccionado de la secuencia XML de soporte del objeto de datos.

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

Sintaxis

'Declaración
Function CanSelectObjects ( _
    typeName As String _
) As Boolean
bool CanSelectObjects(
    string typeName
)
bool CanSelectObjects(
    String^ typeName
)
abstract CanSelectObjects : 
        typeName:string -> bool 
function CanSelectObjects(
    typeName : String
) : boolean

Parámetros

  • typeName
    Tipo: System.String
    El nombre del tipo origen- datos específicos de examinar.

Valor devuelto

Tipo: System.Boolean
true si el tipo se puede seleccionar; si no, false.

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

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