AppliesToUIContextAttribute(String) Constructor

Definition

Initializes a new instance of the AppliesToUIContextAttribute class.

public AppliesToUIContextAttribute (string uiContextGuid);
new Microsoft.VisualStudio.Shell.AppliesToUIContextAttribute : string -> Microsoft.VisualStudio.Shell.AppliesToUIContextAttribute
Public Sub New (uiContextGuid As String)

Parameters

uiContextGuid
String

The UI context GUID. The MEF export should be applied when this context becomes active.

Applies to