Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Overridable Sub ItemMoved ( _
A_1 As Object, _
A_2 As Object, _
A_3 As Object _
)
public virtual void ItemMoved(
Object A_1,
Object A_2,
Object A_3
)
public:
virtual void ItemMoved(
Object^ A_1,
Object^ A_2,
Object^ A_3
)
abstract ItemMoved :
A_1:Object *
A_2:Object *
A_3:Object -> unit
override ItemMoved :
A_1:Object *
A_2:Object *
A_3:Object -> unit
public function ItemMoved(
A_1 : Object,
A_2 : Object,
A_3 : Object
)
Parameters
- A_1
Type: System.Object
- A_2
Type: System.Object
- A_3
Type: System.Object
Implements
_dispVCProjectEngineEvents.ItemMoved(Object, Object, Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.