IVsDataViewSelectionNodeInfo.ObjectType 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 type of the data object represented in the selection node.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ ObjectType { Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObjectType ObjectType { get; }
member this.ObjectType : Microsoft.VisualStudio.Data.Services.IVsDataObjectType
Public ReadOnly Property ObjectType As IVsDataObjectType
Property Value
An IVsDataObjectType representing the type of the selection node.