IVsDataObject.Identifier 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 an IVsDataObjectIdentifier object that identifies the current data object.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataObjectIdentifier ^ Identifier { Microsoft::VisualStudio::Data::Services::IVsDataObjectIdentifier ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObjectIdentifier Identifier { get; }
member this.Identifier : Microsoft.VisualStudio.Data.Services.IVsDataObjectIdentifier
Public ReadOnly Property Identifier As IVsDataObjectIdentifier
Property Value
The current object's identifier.