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
Public property CaptionProviderType Gets the type of the caption provider.
Public property DisplayNameExpression Gets the expression that, when converted, represents the display name.
Public property 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.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace