IVsContainedCode.HostSpansUpdated 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.
Notifies the provider of the code spans that the buffer coordinator has been updated with new spans.
public:
int HostSpansUpdated();
public:
int HostSpansUpdated();
int HostSpansUpdated();
public int HostSpansUpdated ();
abstract member HostSpansUpdated : unit -> int
Public Function HostSpansUpdated () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From singlefileeditor.idl:
[C++]
void HostSpansUpdated();