DSRefBuilder 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 IDSRefBuilder interface.
public ref class DSRefBuilder : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Core::IVsDataSupportObject<Microsoft::VisualStudio::Data::Services::SupportEntities::IDSRefBuilder ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IDSRefBuilder
public class DSRefBuilder : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Core.IVsDataSupportObject<Microsoft.VisualStudio.Data.Services.SupportEntities.IDSRefBuilder>, Microsoft.VisualStudio.Data.Services.SupportEntities.IDSRefBuilder
type DSRefBuilder = class
inherit DataSiteableObject<IVsDataConnection>
interface IDSRefBuilder
interface IVsDataSupportObject<IDSRefBuilder>
Public Class DSRefBuilder
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IDSRefBuilder, IVsDataSupportObject(Of IDSRefBuilder)
- Inheritance
- Implements
Constructors
DSRefBuilder() |
Initializes a new instance of the DSRefBuilder class. |
DSRefBuilder(IVsDataConnection) |
Initializes a new instance of the DSRefBuilder class with the data connection. |
Properties
Site |
Gets or sets the object site. (Inherited from DataSiteableObject<T>) |
Methods
AppendToDSRef(Object, String, Object[], Object[]) |
Appends information about a data object with the specified type and identifier to a specified existing DSRef object. |
AppendToDSRef(Object, String, Object[]) |
Appends information about a data object with the specified type and identifier to a specified existing DSRef object. |
OnSiteChanged(EventArgs) |
Raises the SiteChanged event. (Inherited from DataSiteableObject<T>) |
Events
SiteChanged |
Occurs when the Site property is changed. (Inherited from DataSiteableObject<T>) |
Explicit Interface Implementations
IVsDataSupportObject<IDSRefBuilder>.Invoke(String, Object[], Object[]) |