Returns the type of drag operation that should be performed if the image were released now.
Original signature is '- (NSDragOperation)dragOperationForDraggingInfo:(id < NSDraggingInfo >)dragInfo type:(NSString *)type'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDragOperation DragOperationForDraggingInfoType( INSDraggingInfo dragInfo, NSString type )
Public Overridable Function DragOperationForDraggingInfoType ( _ dragInfo As INSDraggingInfo, _ type As NSString _ ) As NSDragOperation
public: virtual NSDragOperation DragOperationForDraggingInfoType( INSDraggingInfo^ dragInfo, NSString^ type )

- dragInfo (INSDraggingInfo)
- The drag information.
- type (NSString)
- The pasteboard type that will be read from the dragging pasteboard.

The drag operation that should be performed if the image were released now.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)