Share via


IVsDataExplorerNode.CanCopy Property

Gets a value indicating whether the copy command is supported on the node.

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

Syntax

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

Property Value

Type: System.Boolean
true if the copy command is supported; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace