Share via


NestedProjectBuildDependency.get_MustUpdateBefore Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

Implements

IVsBuildDependency.get_MustUpdateBefore(Int32%)

.NET Framework Security

See Also

Reference

NestedProjectBuildDependency Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace