IDSRefProvider.SetExtendedType (Método)

Establece el tipo extendido para un nodo especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Interop
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • drnidCurr
    Tipo: System.IntPtr
    [in] DSREFNODEID de nodo cuya propiedad extendida debe establecer.
  • pguidType
    Tipo: System.Guid%
    [in] referencia a GUID de tipo extendido que se debe establecer para el nodo especificado.

Seguridad de .NET Framework

Vea también

Referencia

IDSRefProvider Interfaz

Microsoft.VisualStudio.Data.Interop (Espacio de nombres)

Otros recursos

Extensibilidad (DDEX) SDK de diseñador de datos