AgnosticProjectProperties.Versions.IsPreDev10, méthode
Retourne une valeur qui indique si la version du projet fournie est antérieure à la valeur du champ Dev10ProjectVersion.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Shared Function IsPreDev10 ( _
version As String _
) As Boolean
public static bool IsPreDev10(
string version
)
public:
static bool IsPreDev10(
String^ version
)
static member IsPreDev10 :
version:string -> bool
public static function IsPreDev10(
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 est antérieure à la version actuelle ; 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.