Share via


IVsEditorFactory4.ShouldDeferUntilIntellisenseIsReady Method

Definition

public:
 bool ShouldDeferUntilIntellisenseIsReady(System::UInt32 grfCreate, System::String ^ pszMkDocument, System::String ^ pszPhysicalView);
public bool ShouldDeferUntilIntellisenseIsReady (uint grfCreate, string pszMkDocument, string pszPhysicalView);
abstract member ShouldDeferUntilIntellisenseIsReady : uint32 * string * string -> bool
Public Function ShouldDeferUntilIntellisenseIsReady (grfCreate As UInteger, pszMkDocument As String, pszPhysicalView As String) As Boolean

Parameters

grfCreate
UInt32
pszMkDocument
String
pszPhysicalView
String

Returns

Applies to