NestedProjectBuildDependency.get_MustUpdateBefore, méthode
Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public Function get_MustUpdateBefore ( _
<OutAttribute> ByRef mustUpdateBefore As Integer _
) As Integer
public int get_MustUpdateBefore(
out int mustUpdateBefore
)
public:
virtual int get_MustUpdateBefore(
[OutAttribute] int% mustUpdateBefore
) sealed
abstract get_MustUpdateBefore :
mustUpdateBefore:int byref -> int
override get_MustUpdateBefore :
mustUpdateBefore:int byref -> int
public final function get_MustUpdateBefore(
mustUpdateBefore : int
) : int
Paramètres
- mustUpdateBefore
Type : System.Int32%
Valeur de retour
Type : System.Int32
Implémentations
IVsBuildDependency.get_MustUpdateBefore(Int32%)
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.
Voir aussi
Référence
NestedProjectBuildDependency Classe
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms