Share via


IVsDataViewDisplayNameInfo.WhenExpression Property

Gets the expression containing the conditions for converting the expression for the display name.

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

Syntax

'Declaration
ReadOnly Property WhenExpression As String
'Usage
Dim instance As IVsDataViewDisplayNameInfo 
Dim value As String 

value = instance.WhenExpression
string WhenExpression { get; }
property String^ WhenExpression {
    String^ get ();
}
function get WhenExpression () : String

Property Value

Type: System.String
A string containing the expression, which consists of the conditions for converting the expression for the display name.

Remarks

The format of the when expression corresponds to the format of the DataColumn expression Expression.

.NET Framework Security

See Also

Reference

IVsDataViewDisplayNameInfo Interface

IVsDataViewDisplayNameInfo Members

Microsoft.VisualStudio.Data.Services Namespace