Share via


IVsUIShell5.GetOpenFileNameViaDlgEx2 Method

Brings up the File Open dialog box to obtain a specified open file.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Sub GetOpenFileNameViaDlgEx2 ( _
    <OutAttribute> openFileName As VSOPENFILENAMEW(), _
    HelpTopic As String, _
    openButtonLabel As String _
)
void GetOpenFileNameViaDlgEx2(
    VSOPENFILENAMEW[] openFileName,
    string HelpTopic,
    string openButtonLabel
)
void GetOpenFileNameViaDlgEx2(
    [InAttribute] [OutAttribute] array<VSOPENFILENAMEW>^ openFileName, 
    [InAttribute] String^ HelpTopic, 
    [InAttribute] String^ openButtonLabel
)
abstract GetOpenFileNameViaDlgEx2 : 
        openFileName:VSOPENFILENAMEW[] byref * 
        HelpTopic:string * 
        openButtonLabel:string -> unit
function GetOpenFileNameViaDlgEx2(
    openFileName : VSOPENFILENAMEW[], 
    HelpTopic : String, 
    openButtonLabel : String
)

Parameters

  • HelpTopic
    Type: System.String

    [in] A string containing the help topic.

  • openButtonLabel
    Type: System.String

    [in] The caption of the Open button in the File Open dialog displayed during the call. This parameter overrides the default Open name of the button.

.NET Framework Security

See Also

Reference

IVsUIShell5 Interface

Microsoft.VisualStudio.Shell.Interop Namespace