IVsEditorFactory4.ShouldDeferUntilIntellisenseIsReady 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.
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