IVsSolution7.IsDeferredProjectLoadAllowed(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.
Caution
This API is no longer supported by Visual Studio.
Checks if the project allows deferred load.
public:
bool IsDeferredProjectLoadAllowed(System::String ^ projectFullPath);
public:
bool IsDeferredProjectLoadAllowed(Platform::String ^ projectFullPath);
bool IsDeferredProjectLoadAllowed(std::wstring const & projectFullPath);
public bool IsDeferredProjectLoadAllowed (string projectFullPath);
[System.Obsolete("This API is no longer supported by Visual Studio.")]
public bool IsDeferredProjectLoadAllowed (string projectFullPath);
abstract member IsDeferredProjectLoadAllowed : string -> bool
[<System.Obsolete("This API is no longer supported by Visual Studio.")>]
abstract member IsDeferredProjectLoadAllowed : string -> bool
Public Function IsDeferredProjectLoadAllowed (projectFullPath As String) As Boolean
Parameters
- projectFullPath
- String
Full path to the project.
Returns
true if the project is allowed deferred load, false otherwise.
- Attributes