DataObjectIdentifierResolver Class
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.
Represents an implementation of the IVsDataObjectIdentifierResolver interface.
public ref class DataObjectIdentifierResolver abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataObjectIdentifierResolver
public abstract class DataObjectIdentifierResolver : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataObjectIdentifierResolver
type DataObjectIdentifierResolver = class
inherit DataSiteableObject<IVsDataConnection>
interface IVsDataObjectIdentifierResolver
Public MustInherit Class DataObjectIdentifierResolver
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataObjectIdentifierResolver
- Inheritance
- Implements
Constructors
| DataObjectIdentifierResolver() |
Initializes a new instance of the DataObjectIdentifierResolver class. |
| DataObjectIdentifierResolver(IVsDataConnection) |
Initializes a new instance of the DataObjectIdentifierResolver class, specifying the data connection object. |
Properties
| Site |
Gets or sets the object site. (Inherited from DataSiteableObject<T>) |
Methods
| ContractIdentifier(String, Object[]) |
Contracts an identifier for a data object with the specified type and complete identifier. |
| ExpandIdentifier(String, Object[]) |
Expands an identifier for a data object with the specified type and partial identifier. |
| OnSiteChanged(EventArgs) |
Raises the SiteChanged event. (Inherited from DataSiteableObject<T>) |
Events
| SiteChanged |
Occurs when the Site property is changed. (Inherited from DataSiteableObject<T>) |