IDSRefConsumer 接口

读取 DSRef 树。

此 API 不兼容 CLS。 

命名空间:  Microsoft.VisualStudio.Data.Interop
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
<GuidAttribute("AB36DE42-2BF4-11CE-AB3C-00AA004404FB")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<CLSCompliantAttribute(False)> _
Public Interface 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
[<GuidAttribute("AB36DE42-2BF4-11CE-AB3C-00AA004404FB")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<CLSCompliantAttribute(false)>]
type IDSRefConsumer =  interface end
public interface IDSRefConsumer

IDSRefConsumer 类型公开以下成员。

方法

  名称 说明
公共方法 GetExtendedType 检索一个指定节点的扩展类型的GUID。
公共方法 GetFirstChildNode 检索第一个子节点的标识符在子父的向量的指定父节点的。
公共方法 GetMoniker 检索具有指定节点的标记。
公共方法 GetName 检索该数据库引用的数据库对象的名称。
公共方法 GetNextSiblingNode 检索一个指定节点的下一个同级节点的标识符。
公共方法 GetOwner 检索该数据库引用的数据库对象的架构。
公共方法 GetProperty 检索GUID和 Variant 关联的属性与指定的节点。
公共方法 GetTimestamp 返回时 DSRef 保留。
公共方法 GetType 检索一个指定节点的类型。
公共方法 GetVersion 返回DSRef树的版本。

页首

备注

实现由 DSRef 使用者读取 DSRef 树。

请参见

参考

Microsoft.VisualStudio.Data.Interop 命名空间