Share via


IVsDataExplorerNode.Object Property

Definition

Gets the data object associated with the current Server Explorer node.

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataObject ^ Object { Microsoft::VisualStudio::Data::Services::IVsDataObject ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObject Object { get; }
member this.Object : Microsoft.VisualStudio.Data.Services.IVsDataObject
Public ReadOnly Property Object As IVsDataObject

Property Value

An IVsDataObject object containing the data object associated with the current Server Explorer node.

Applies to