IDSRefProvider.SetExtendedType 方法

一个指定节点的扩展的类型。

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

语法

声明
Sub SetExtendedType ( _
    drnidCurr As IntPtr, _
    ByRef pguidType As Guid _
)
void SetExtendedType(
    IntPtr drnidCurr,
    ref Guid pguidType
)
void SetExtendedType(
    [InAttribute] IntPtr drnidCurr, 
    [InAttribute] Guid% pguidType
)
abstract SetExtendedType : 
        drnidCurr:IntPtr * 
        pguidType:Guid byref -> unit 
function SetExtendedType(
    drnidCurr : IntPtr, 
    pguidType : Guid
)

参数

  • drnidCurr
    类型:System.IntPtr
    [in]扩展属性将设置节点的 DSREFNODEID。
  • pguidType
    类型:System.Guid%
    [in]引用为指定的节点将此设置的扩展类型的 GUID。

.NET Framework 安全性

请参见

参考

IDSRefProvider 接口

Microsoft.VisualStudio.Data.Interop 命名空间

其他资源

数据设计器可扩展性 (DDEX) SDK