BuildIncrementalSettings.IsBuildIncrementalEnabled(IWorkspace, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the build incremental is enabled
public:
static bool IsBuildIncrementalEnabled(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspaceContext, System::String ^ scopePath);
public static bool IsBuildIncrementalEnabled (Microsoft.VisualStudio.Workspace.IWorkspace workspaceContext, string scopePath);
static member IsBuildIncrementalEnabled : Microsoft.VisualStudio.Workspace.IWorkspace * string -> bool
Public Shared Function IsBuildIncrementalEnabled (workspaceContext As IWorkspace, scopePath As String) As Boolean
Parameters
- workspaceContext
- IWorkspace
Workspace context
- scopePath
- String
Scope context path
Returns
true if build incremental is enabled for the workspace