Freigeben über


IVsExtensibility2.SetUserControlUnlatched-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Sub SetUserControlUnlatched ( _
    fUserControl As Boolean _
)
void SetUserControlUnlatched(
    bool fUserControl
)
void SetUserControlUnlatched(
    [InAttribute] bool fUserControl
)
abstract SetUserControlUnlatched : 
        fUserControl:bool -> unit
function SetUserControlUnlatched(
    fUserControl : boolean
)

Parameter

  • fUserControl
    Typ: Boolean

     

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsExtensibility2 Schnittstelle

EnvDTE80-Namespace