IVsDataExplorerNode.Object 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 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.