Share via


IDSRefProvider.SetExtendedType Method

Sets the extended type for a specified node.

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

Syntax

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

Parameters

  • drnidCurr
    Type: System.IntPtr

    The DSREFNODEID of the node whose extended property is to be set.

  • pguidType
    Type: System.Guid%

    A reference to the GUID of the extended type to be set for the specified node.

.NET Framework Security

See Also

Reference

IDSRefProvider Interface

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

Other Resources

Data Designer Extensibility (DDEX) SDK