VCWizCtlClass.GetURLViaDlg(String, String) 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.
Get a URL using a dialog box.
public:
virtual System::String ^ GetURLViaDlg(System::String ^ bstrDlgTitle, System::String ^ bstrStaticLabel) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetURLViaDlg;
public:
virtual Platform::String ^ GetURLViaDlg(Platform::String ^ bstrDlgTitle, Platform::String ^ bstrStaticLabel) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetURLViaDlg;
virtual std::wstring GetURLViaDlg(std::wstring const & bstrDlgTitle, std::wstring const & bstrStaticLabel);
[System.Runtime.InteropServices.DispId(1610743847)]
public virtual string GetURLViaDlg (string bstrDlgTitle, string bstrStaticLabel);
[<System.Runtime.InteropServices.DispId(1610743847)>]
abstract member GetURLViaDlg : string * string -> string
override this.GetURLViaDlg : string * string -> string
Public Overridable Function GetURLViaDlg (bstrDlgTitle As String, bstrStaticLabel As String) As String
Parameters
- bstrDlgTitle
- String
Dialog box title.
- bstrStaticLabel
- String
Dialog box label.
Returns
String containing the URL.
Implements
- Attributes