NestedProjectBuildDependency.get_MustUpdateBefore-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

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

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

IVsBuildDependency.get_MustUpdateBefore(Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

NestedProjectBuildDependency Klasse

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