Compartilhar via


Propriedade ProjectOpeningEventArgs.CurrentVersion

Obtém ou define a versão atual do projeto.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ProjectOpeningEventArgs Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project