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
function get UserContextProviderType () : Type
Valor de propiedad
Tipo: System.Type
Type como la clase que implementa la entidad de compatibilidad de IVsDataViewUserContextProvider .
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.