IVCWizCtlUI.GetURLViaDlg – metoda
Získáte adresu URL pomocí dialogového okna.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
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
Parametry
- bstrDlgTitle
Typ: System.String
Dialogové okno název.
- bstrStaticLabel
Typ: System.String
Dialogové okno pole popisek.
Vrácená hodnota
Typ: System.String
Řetězec obsahující adresu URL.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.