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

'宣言
ReadOnly Property CaptionProviderType As Type
'使用
Dim instance As IVsDataViewDisplayNameInfo
Dim value As Type

value = instance.CaptionProviderType
Type CaptionProviderType { get; }
property Type^ CaptionProviderType {
    Type^ get ();
}
function get CaptionProviderType () : Type

Property Value

Type: System.Type

A Type representing the type of the caption provider.

Permissions

See Also

Reference

IVsDataViewDisplayNameInfo Interface

IVsDataViewDisplayNameInfo Members

Microsoft.VisualStudio.Data.Services Namespace