IVsSolution7.IsDeferredProjectLoadAllowed(String) Method

Definition

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

Applies to