Share via


IVsDataExplorerNodeSelection.CanCopyAll Property

Gets a value indicating whether the group of currently selected nodes in Server Explorer can be copied to the Clipboard.

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

Syntax

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

Property Value

Type: System.Boolean
true if the node selection can be copied; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataExplorerNodeSelection Interface

Microsoft.VisualStudio.Data.Services Namespace