IVCWizCtlUI.GetURLViaDlg(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用对话框获取 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
对话框标签。
返回
包含 URL 的字符串。
- 属性