IVsObjectListOwner.ListLoadRefused 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.
Sets a flag to prevent loading of the object list.
public:
int ListLoadRefused();
public:
int ListLoadRefused();
int ListLoadRefused();
public int ListLoadRefused ();
abstract member ListLoadRefused : unit -> int
Public Function ListLoadRefused () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
You can use this method to prevent loading of the object list when the window is not visible. This decreases resource use.