Compartir a través de


IVsDataViewCommonNodeInfo.UserContextProviderType (Propiedad)

Obtiene la clase como Type que implementa la entidad de compatibilidad de IVsDataViewUserContextProvider . El proveedor proporciona esta implementación.

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

Sintaxis

'Declaración
ReadOnly Property UserContextProviderType As Type
Type UserContextProviderType { get; }
property Type^ UserContextProviderType {
    Type^ get ();
}
abstract UserContextProviderType : Type with get
function get UserContextProviderType () : Type

Valor de propiedad

Tipo: Type
Type como la clase que implementa la entidad de compatibilidad de IVsDataViewUserContextProvider .

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCommonNodeInfo Interfaz

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