VCWizCtlClass.GetDialogIds Method
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.
Gets the IDs of the project's dialog boxes.
public:
virtual System::String ^ GetDialogIds() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetDialogIds;
public:
virtual Platform::String ^ GetDialogIds() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetDialogIds;
virtual std::wstring GetDialogIds();
[System.Runtime.InteropServices.DispId(1610743835)]
public virtual string GetDialogIds ();
[<System.Runtime.InteropServices.DispId(1610743835)>]
abstract member GetDialogIds : unit -> string
override this.GetDialogIds : unit -> string
Public Overridable Function GetDialogIds () As String
Returns
The IDs of the project's dialog boxes.
Implements
- Attributes