Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calls to this method will flush and process any unprocessed files in the file manager feature.
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
Parameters
- projectSyncOption
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectProjectSyncOption
Indicates what work the sync performs.
- timeoutSpanInSeconds
Type: System.Int32
If the sync has not completed in this number of seconds, returns false.
Return Value
Type: System.Boolean
true if the project system is synced.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace