KnownUIContexts.ProjectCreatingContext Property
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.
Caution
Do not use this property. The UIContext to which it refers will never be activated.
A UI context indicating that a new project is being created.
public:
static property Microsoft::VisualStudio::Shell::UIContext ^ ProjectCreatingContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
[System.Obsolete("Do not use this property. The UIContext to which it refers will never be activated.")]
public static Microsoft.VisualStudio.Shell.UIContext ProjectCreatingContext { get; }
[<System.Obsolete("Do not use this property. The UIContext to which it refers will never be activated.")>]
static member ProjectCreatingContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property ProjectCreatingContext As UIContext
Property Value
- Attributes