Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
ReadOnly Property WhenExpression As String
Get
string WhenExpression { get; }
property String^ WhenExpression {
String^ get ();
}
abstract WhenExpression : string
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.