IVsContainedCode.HostSpansUpdated Method

Definition

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();

Applies to