Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public ReadOnly Property AllowedEffect As DragDropEffects
'使用
Dim instance As DiagramDragEventArgs
Dim value As DragDropEffects
value = instance.AllowedEffect
public DragDropEffects AllowedEffect { get; }
public:
property DragDropEffects AllowedEffect {
DragDropEffects get ();
}
public function get AllowedEffect () : DragDropEffects
Property Value
Type: System.Windows.Forms.DragDropEffects
Permissions
- 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.