Share via


IDSRefConsumer Interface

Reads DSRef trees.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<GuidAttribute("AB36DE42-2BF4-11CE-AB3C-00AA004404FB")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<CLSCompliantAttribute(False)> _
Public Interface IDSRefConsumer
'Usage
Dim instance As IDSRefConsumer
[GuidAttribute("AB36DE42-2BF4-11CE-AB3C-00AA004404FB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[CLSCompliantAttribute(false)]
public interface IDSRefConsumer
[GuidAttribute(L"AB36DE42-2BF4-11CE-AB3C-00AA004404FB")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[CLSCompliantAttribute(false)]
public interface class IDSRefConsumer
public interface IDSRefConsumer

Remarks

Implemented by DSRef consumers to read DSRef trees.

See Also

Reference

IDSRefConsumer Members

Microsoft.VisualStudio.Data.Interop Namespace