IVsExtensibility.SetUserControlUnlatched(Boolean) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void SetUserControlUnlatched(bool fUserControl);
public:
 void SetUserControlUnlatched(bool fUserControl);
void SetUserControlUnlatched(bool fUserControl);
public void SetUserControlUnlatched (bool fUserControl);
abstract member SetUserControlUnlatched : bool -> unit
Public Sub SetUserControlUnlatched (fUserControl As Boolean)

Parameters

fUserControl
Boolean

Whether or not there is a user control.

Applies to