Freigeben über


IVsUIShell5.GetOpenFileNameViaDlgEx2-Methode: (VSOPENFILENAMEW , String, String)

 

Veröffentlicht: Oktober 2016

Zeigt die Datei öffnen Dialogfeld eine angegebene geöffneten Datei abrufen.

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

Syntax

void GetOpenFileNameViaDlgEx2(
    VSOPENFILENAMEW[] openFileName,
    string HelpTopic,
    string openButtonLabel
)
void GetOpenFileNameViaDlgEx2(
    array<VSOPENFILENAMEW>^ openFileName,
    String^ HelpTopic,
    String^ openButtonLabel
)
abstract GetOpenFileNameViaDlgEx2 : 
        openFileName:VSOPENFILENAMEW[] *
        HelpTopic:string *
        openButtonLabel:string -> unit
Sub GetOpenFileNameViaDlgEx2 (
    openFileName As VSOPENFILENAMEW(),
    HelpTopic As String,
    openButtonLabel As String
)

Parameter

  • HelpTopic
    Type: System.String

    [in] Eine Zeichenfolge, die das Hilfethema enthält.

  • openButtonLabel
    Type: System.String

    [in] Die Beschriftung des der Öffnen Schaltfläche der Datei öffnen Dialogfeld während des Aufrufs angezeigt. Dieser Parameter überschreibt das standardmäßige Öffnen Name der Schaltfläche.

Siehe auch

IVsUIShell5-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang