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
bstrDlgTitle
Type: StringDialog box title.
bstrStaticLabel
Type: StringDialog box label.
Return Value
Type: String
String containing the URL.
.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.