IVsDataViewIconInfo.WhenExpression Property

Gets the expression that, when interpreted, determines the icon to display.

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

Syntax

ReadOnly Property WhenExpression As String

Dim instance As IVsDataViewIconInfo
Dim value As String

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

Property Value

Type: System.String

The expression that, when interpreted, determines the icon to display.

Remarks

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

Permissions

See Also

Reference

IVsDataViewIconInfo Interface

IVsDataViewIconInfo Members

Microsoft.VisualStudio.Data.Services Namespace