IVsObjectListOwner.ListLoadRefused Method

Definition

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.

Applies to