ExplorerNodeEventArgs.Node Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the node that is associated with this event.
public:
property Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNode ^ Node { Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNode ^ get(); };
public Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode Node { get; }
member this.Node : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode
Public ReadOnly Property Node As IExplorerNode
Property Value
An object representing an explorer node.