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.
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.