IVsAppCompat.GetCurrentDesignTimeCompatVersion-Methode: (String)

 

Veröffentlicht: Oktober 2016

Ruft die aktuelle Version der Design-Time-Kompatibilität für diese Version von Visual Studio.

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

Syntax

void GetCurrentDesignTimeCompatVersion(
    out string pbstrCurrentDesignTimeCompatVersion
)
void GetCurrentDesignTimeCompatVersion(
    [OutAttribute] String^% pbstrCurrentDesignTimeCompatVersion
)
abstract GetCurrentDesignTimeCompatVersion : 
        pbstrCurrentDesignTimeCompatVersion:string byref -> unit
Sub GetCurrentDesignTimeCompatVersion (
    <OutAttribute> ByRef pbstrCurrentDesignTimeCompatVersion As String
)

Parameter

  • pbstrCurrentDesignTimeCompatVersion
    Type: System.String

    [out] Die aktuelle Entwurfszeit-Kompatibilitätsversion (z. B. "11.0").

Hinweise

Weitere Informationen finden Sie unter Erstellen benutzerdefinierter Projekte versionsabhängige.

Siehe auch

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

Zurück zum Anfang