IVCWizCtlUI.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:
System::String ^ GetDialogIds();
public:
Platform::String ^ GetDialogIds();
std::wstring GetDialogIds();
[System.Runtime.InteropServices.DispId(1610743835)]
public string GetDialogIds ();
[<System.Runtime.InteropServices.DispId(1610743835)>]
abstract member GetDialogIds : unit -> string
Public Function GetDialogIds () As String
Returns
The IDs of the project's dialog boxes.
- Attributes