Share via


IVsDataExplorerNode.CanCopy Property

Definition

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

public:
 property bool CanCopy { bool get(); };
public bool CanCopy { get; }
member this.CanCopy : bool
Public ReadOnly Property CanCopy As Boolean

Property Value

true if the copy command is supported; otherwise, false.

Applies to