NestedProjectBuildDependency.get_MustUpdateBefore – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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
Parametry
- mustUpdateBefore
Typ: System.Int32%
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsBuildDependency.get_MustUpdateBefore(Int32%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
NestedProjectBuildDependency Třída
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů