Condividi tramite


Metodo WindowEventsClass.remove_WindowMoved

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Public Overridable Sub remove_WindowMoved ( _
    A_1 As _dispWindowEvents_WindowMovedEventHandler _
)
public virtual void remove_WindowMoved(
    _dispWindowEvents_WindowMovedEventHandler A_1
)
public:
virtual void remove_WindowMoved(
    _dispWindowEvents_WindowMovedEventHandler^ A_1
)
abstract remove_WindowMoved : 
        A_1:_dispWindowEvents_WindowMovedEventHandler -> unit  
override remove_WindowMoved : 
        A_1:_dispWindowEvents_WindowMovedEventHandler -> unit
public function remove_WindowMoved(
    A_1 : _dispWindowEvents_WindowMovedEventHandler
)

Parametri

Implementa

_dispWindowEvents_Event.remove_WindowMoved(_dispWindowEvents_WindowMovedEventHandler)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowEventsClass Classe

Spazio dei nomi EnvDTE