IDSRefConsumer.GetMoniker Method

Retrieves the moniker of the specified node.

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

Syntax

Function GetMoniker ( _
    drnidCurr As IntPtr _
) As IMoniker

Dim instance As IDSRefConsumer
Dim drnidCurr As IntPtr
Dim returnValue As IMoniker

returnValue = instance.GetMoniker(drnidCurr)
IMoniker GetMoniker(
    IntPtr drnidCurr
)
IMoniker^ GetMoniker(
    IntPtr drnidCurr
)
function GetMoniker(
    drnidCurr : IntPtr
) : IMoniker

Parameters

  • drnidCurr
    Type: System.IntPtr

    The DSREFNODEID of the node whose moniker is to be retrieved.

Return Value

Type: Microsoft.VisualStudio.OLE.Interop.IMoniker

NOERROR if successful; otherwise, an unspecified failure code.

Remarks

Although the implementation for using monikers is provided, the database tools do not use monikers. Use of monikers with nodes is left to your discretion.

Permissions

See Also

Reference

IDSRefConsumer Interface

IDSRefConsumer Members

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