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 is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property ToolBarDropTarget As IDropTarget
Get
Set
'Usage
Dim instance As ToolWindowPane
Dim value As IDropTarget
value = instance.ToolBarDropTarget
instance.ToolBarDropTarget = value
[CLSCompliantAttribute(false)]
public IDropTarget ToolBarDropTarget { get; set; }
[CLSCompliantAttribute(false)]
public:
property IDropTarget^ ToolBarDropTarget {
IDropTarget^ get ();
void set (IDropTarget^ value);
}
[<CLSCompliantAttribute(false)>]
member ToolBarDropTarget : IDropTarget with get, set
function get ToolBarDropTarget () : IDropTarget
function set ToolBarDropTarget (value : IDropTarget)
Property Value
Type: Microsoft.VisualStudio.OLE.Interop.IDropTarget
.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.