Método NestedProjectBuildDependency.get_MustUpdateBefore
Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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
Parâmetros
- mustUpdateBefore
Tipo: System.Int32%
Valor de retorno
Tipo: System.Int32
Implementações
IVsBuildDependency.get_MustUpdateBefore(Int32%)
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
NestedProjectBuildDependency Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal