Freigeben über


IVsDataExplorerNode.CanPaste-Eigenschaft

Ruft einen Wert ab, ob der Befehl Einfügen auf den Knoten unterstützt wird.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property CanPaste As Boolean
bool CanPaste { get; }
property bool CanPaste {
    bool get ();
}
abstract CanPaste : bool with get
function get CanPaste () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn der Befehl Einfügen unterstützt wird; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNode Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace