KnownUIContexts.ProjectCreatingContext Property

Definition

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

Applies to