Share via


ArraySettingItemPropertyRule.UIContext(Guid, Boolean) Method

Definition

Creates a ArraySettingItemPropertyRule that is satisfied when the Visual Studio UI Context uiContextId value is value in the IDE.

public static Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule UIContext (Guid uiContextId, bool value);
static member UIContext : Guid * bool -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule
Public Shared Function UIContext (uiContextId As Guid, value As Boolean) As ArraySettingItemPropertyRule

Parameters

uiContextId
Guid

The identifier of the Visual Studio UI Context.

value
Boolean

The value of the UI Context that satisfies this rule.

Returns

A ArraySettingItemPropertyRule instance.

Applies to