Get a URL using a dialog box.
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Public Overridable Function GetURLViaDlg ( _
    bstrDlgTitle As String, _
    bstrStaticLabel As String _
) As String
public virtual string GetURLViaDlg(
    string bstrDlgTitle,
    string bstrStaticLabel
)
public:
virtual String^ GetURLViaDlg(
    [InAttribute] String^ bstrDlgTitle, 
    [InAttribute] String^ bstrStaticLabel
)
abstract GetURLViaDlg : 
        bstrDlgTitle:string * 
        bstrStaticLabel:string -> string 
override GetURLViaDlg : 
        bstrDlgTitle:string * 
        bstrStaticLabel:string -> string 
public function GetURLViaDlg(
    bstrDlgTitle : String, 
    bstrStaticLabel : String
) : String
Parameters
- bstrDlgTitle
 Type: System.String
 Dialog box title.
- bstrStaticLabel
 Type: System.String
 Dialog box label.
Return Value
Type: System.String
String containing the URL.
Implements
IVCWizCtlUI.GetURLViaDlg(String, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.