Partager via


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

Valeur de retour

Type : System.Boolean
true si la version est antérieure à la version actuelle ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

AgnosticProjectProperties.Versions Classe

Microsoft.Data.Schema.Build, espace de noms