Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the current DSRefClipboardObject contains a DSRef object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Function ContainsDSRef As Boolean
public virtual bool ContainsDSRef()
public:
virtual bool ContainsDSRef()
abstract ContainsDSRef : unit -> bool
override ContainsDSRef : unit -> bool
public function ContainsDSRef() : boolean
Return Value
Type: System.Boolean
true if the current DSRefClipboardObject contains a DSRef object; otherwise, false.
.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.