IVsEditorFactory3.IsProjectLoadRequired Method

Definition

Called before creating an instance of the editor factory. Informs the caller if the editor factory requires that the document's project be loaded.

public:
 bool IsProjectLoadRequired();
public:
 bool IsProjectLoadRequired();
bool IsProjectLoadRequired();
public bool IsProjectLoadRequired ();
abstract member IsProjectLoadRequired : unit -> bool
Public Function IsProjectLoadRequired () As Boolean

Returns

true if the project needs to be loaded

Applies to