IVsDataViewDisplayNameInfo Interface
Encapsulates properties about the display name of a node in Server Explorer.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewDisplayNameInfo
public interface IVsDataViewDisplayNameInfo
public interface class IVsDataViewDisplayNameInfo
type IVsDataViewDisplayNameInfo = interface end
public interface IVsDataViewDisplayNameInfo
The IVsDataViewDisplayNameInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
CaptionProviderType | Gets the type of the caption provider. | |
DisplayNameExpression | Gets the expression that, when converted, represents the display name. | |
WhenExpression | Gets the expression containing the conditions for converting the expression for the display name. |
Top
Remarks
This interface is implemented as a built-in DDEX service.