Поделиться через


VsWizard - интерфейс

Provides access to the integrated development environment (IDE) to display the wizard.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
<GuidAttribute("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")> _
Public Interface VsWizard _
    Implements IDTWizard
'Применение
Dim instance As VsWizard
[GuidAttribute("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface VsWizard : IDTWizard
[GuidAttribute(L"E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface class VsWizard : IDTWizard
public interface VsWizard extends IDTWizard

Заметки

The VsWizard object implements the IDTWizard interface, which works with the Visual Studio IDE to display your wizard in the New Project Dialog Box or Add New Item Dialog Box dialog boxes. Additionally, this object implements the Execute method, which provides the environment with information about your wizard to start and display it correctly in the IDE when a user selects it.

См. также

Ссылки

VsWizard - члены

Microsoft.VisualStudio.VsWizard - пространство имен