Share via


IVsDataViewDisplayNameInfo.CaptionProviderType Property

Gets the type of the caption provider.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property CaptionProviderType As Type
Type CaptionProviderType { get; }
property Type^ CaptionProviderType {
    Type^ get ();
}
abstract CaptionProviderType : Type with get
function get CaptionProviderType () : Type

Property Value

Type: System.Type
A Type representing the type of the caption provider.

.NET Framework Security

See Also

Reference

IVsDataViewDisplayNameInfo Interface

Microsoft.VisualStudio.Data.Services Namespace