IDSRefBuilder Interface

Allows you to create a Data Source Reference (DSRef) object that identifies one or more data objects.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
<DataClientObjectAttribute("4725D21D-00FB-42a8-9F94-DC184E0C3ED0")> _
Public Interface IDSRefBuilder
[DataClientObjectAttribute("4725D21D-00FB-42a8-9F94-DC184E0C3ED0")]
public interface IDSRefBuilder
[DataClientObjectAttribute(L"4725D21D-00FB-42a8-9F94-DC184E0C3ED0")]
public interface class IDSRefBuilder
[<DataClientObjectAttribute("4725D21D-00FB-42a8-9F94-DC184E0C3ED0")>]
type IDSRefBuilder =  interface end
public interface IDSRefBuilder

The IDSRefBuilder type exposes the following members.

Methods

  Name Description
Public method AppendToDSRef When implemented by a class, appends information about a data object with the specified type and identifier to a specified existing DSRef object.

Top

Remarks

This interface is implemented by the DSRefBuilder class in the DDEX Framework. If this class does not adequately service your data provider's requirements, you can override it and specify your own class or implement this interface directly, although in most cases that will not be necessary.

See Also

Reference

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace