AgnosticProjectProperties.Versions.IsLatestVersion, méthode
Retourne une valeur qui indique si la version du projet fournie est égale à la valeur du LatestProjectVersion.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Shared Function IsLatestVersion ( _
version As String _
) As Boolean
public static bool IsLatestVersion(
string version
)
public:
static bool IsLatestVersion(
String^ version
)
static member IsLatestVersion :
version:string -> bool
public static function IsLatestVersion(
version : String
) : boolean
Paramètres
- version
Type : System.String
Chaîne de version de projet.
Valeur de retour
Type : System.Boolean
true si la version du projet est la dernière version pouvant être gérée ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.