IVCWizCtlUI.GetURLViaDlg(String, String) 方法

定义

使用对话框获取 URL。

public:
 System::String ^ GetURLViaDlg(System::String ^ bstrDlgTitle, System::String ^ bstrStaticLabel);
public:
 Platform::String ^ GetURLViaDlg(Platform::String ^ bstrDlgTitle, Platform::String ^ bstrStaticLabel);
std::wstring GetURLViaDlg(std::wstring const & bstrDlgTitle, std::wstring const & bstrStaticLabel);
[System.Runtime.InteropServices.DispId(1610743847)]
public string GetURLViaDlg (string bstrDlgTitle, string bstrStaticLabel);
[<System.Runtime.InteropServices.DispId(1610743847)>]
abstract member GetURLViaDlg : string * string -> string
Public Function GetURLViaDlg (bstrDlgTitle As String, bstrStaticLabel As String) As String

参数

bstrDlgTitle
String

对话框标题。

bstrStaticLabel
String

对话框标签。

返回

String

包含 URL 的字符串。

属性

适用于