Share via


IVsCompoundViewChange.OpenCompoundViewChange Method

Definition

Opens a compound view change.

public:
 int OpenCompoundViewChange();
public:
 int OpenCompoundViewChange();
int OpenCompoundViewChange();
public int OpenCompoundViewChange ();
abstract member OpenCompoundViewChange : unit -> int
Public Function OpenCompoundViewChange () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsCompoundViewChange::OpenCompoundViewChange();  

Applies to