IVCWizCtlUI.GetURLViaDlg Method

Get a URL using a dialog box.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Function GetURLViaDlg ( _
    bstrDlgTitle As String, _
    bstrStaticLabel As String _
) As String
string GetURLViaDlg(
    string bstrDlgTitle,
    string bstrStaticLabel
)
String^ GetURLViaDlg(
    [InAttribute] String^ bstrDlgTitle, 
    [InAttribute] String^ bstrStaticLabel
)
abstract GetURLViaDlg : 
        bstrDlgTitle:string * 
        bstrStaticLabel:string -> string
function GetURLViaDlg(
    bstrDlgTitle : String, 
    bstrStaticLabel : String
) : String

Parameters

Return Value

Type: System.String
String containing the URL.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace