IVsHiddenTextSessionEx2.StartOutlining(Int32) 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.
Tells the editor to start outlining.
public:
int StartOutlining(int fRemoveAdhoc);
public:
int StartOutlining(int fRemoveAdhoc);
int StartOutlining(int fRemoveAdhoc);
public int StartOutlining (int fRemoveAdhoc);
abstract member StartOutlining : int -> int
Public Function StartOutlining (fRemoveAdhoc As Integer) As Integer
Parameters
- fRemoveAdhoc
- Int32
If true, removes ad-hoc regions.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.