IVsDataViewDisplayNameInfo.CaptionProviderType (Propiedad)
Obtiene el tipo de proveedor de la leyenda.
Espacio de nombres: Microsoft.VisualStudio.Data.Services
Ensamblado: Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)
Sintaxis
'Declaración
ReadOnly Property CaptionProviderType As Type
Type CaptionProviderType { get; }
property Type^ CaptionProviderType {
Type^ get ();
}
abstract CaptionProviderType : Type
function get CaptionProviderType () : Type
Valor de propiedad
Tipo: System.Type
Type que representa el tipo de proveedor de la leyenda.
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.