Partager via


ProjectOpeningEventArgs.CurrentVersion, propriété

Obtient ou définit la version actuelle du projet.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Property CurrentVersion As String
    Get
    Private Set
public string CurrentVersion { get; private set; }
public:
property String^ CurrentVersion {
    String^ get ();
    private: void set (String^ value);
}
member CurrentVersion : string with get, private set
function get CurrentVersion () : String
private function set CurrentVersion (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ProjectOpeningEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms