Freigeben über


IDatabaseProjectNode.SyncProjectSystem-Methode (DatabaseProjectProjectSyncOption, Int32)

Durch den Aufruf dieser Methode werden nicht verarbeitete Dateien im Datei-Manager entleert und verarbeitet.

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

Syntax

'Declaration
Function SyncProjectSystem ( _
    projectSyncOption As DatabaseProjectProjectSyncOption, _
    timeoutSpanInSeconds As Integer _
) As Boolean
bool SyncProjectSystem(
    DatabaseProjectProjectSyncOption projectSyncOption,
    int timeoutSpanInSeconds
)
bool SyncProjectSystem(
    DatabaseProjectProjectSyncOption projectSyncOption, 
    int timeoutSpanInSeconds
)
abstract SyncProjectSystem : 
        projectSyncOption:DatabaseProjectProjectSyncOption * 
        timeoutSpanInSeconds:int -> bool 
function SyncProjectSystem(
    projectSyncOption : DatabaseProjectProjectSyncOption, 
    timeoutSpanInSeconds : int
) : boolean

Parameter

  • timeoutSpanInSeconds
    Typ: System.Int32
    Wenn die Synchronisierung nicht innerhalb dieser Anzahl von Sekunden abgeschlossen ist, wird false zurückgegeben.

Rückgabewert

Typ: System.Boolean
true , wenn das Projektsystem synchronisiert ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseProjectNode Schnittstelle

SyncProjectSystem-Überladung

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