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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ProjectOpeningEventArgs Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project