WorkItemControl.CanPaste Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.WpfControls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property CanPaste As Boolean
public bool CanPaste { get; }
public:
virtual property bool CanPaste {
bool get () sealed;
}
abstract CanPaste : bool with get
override CanPaste : bool with get
final function get CanPaste () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
Implements
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.WpfControls Namespace