Partager via


IDSRefConsumer Interface

Reads DSRef trees.

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

Syntax

<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AB36DE42-2BF4-11CE-AB3C-00AA004404FB")> _
<CLSCompliantAttribute(False)> _
Public Interface IDSRefConsumer

Dim instance As IDSRefConsumer
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AB36DE42-2BF4-11CE-AB3C-00AA004404FB")]
[CLSCompliantAttribute(false)]
public interface IDSRefConsumer
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AB36DE42-2BF4-11CE-AB3C-00AA004404FB")]
[CLSCompliantAttribute(false)]
public interface class IDSRefConsumer
public interface IDSRefConsumer

Remarks

This interface is implemented by DSRef consumers to read DSRef trees.

See Also

Reference

IDSRefConsumer Members

Microsoft.VisualStudio.Data.Services.SupportEntities.Interop Namespace