Partager via


DTEClass.UserControl, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Pour plus d'informations sur cette propriété, consultez UserControl.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Public Overridable Property UserControl As Boolean
public virtual bool UserControl { get; set; }
public:
virtual property bool UserControl {
    bool get ();
    void set (bool value);
}
abstract UserControl : bool with get, set 
override UserControl : bool with get, set
function get UserControl () : boolean 
function set UserControl (value : boolean)

Valeur de propriété

Type : Boolean
Contrôle utilisateur.

Implémentations

_DTE.UserControl

Sécurité .NET Framework

Voir aussi

Référence

DTEClass Classe

EnvDTE, espace de noms