AppliesToUIContextAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.