IDSRefProvider.SetMoniker, méthode

Définit le moniker d'un nœud spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Interop
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Sub SetMoniker ( _
    drnidCurr As IntPtr, _
    pIMoniker As IMoniker _
)
void SetMoniker(
    IntPtr drnidCurr,
    IMoniker pIMoniker
)
void SetMoniker(
    [InAttribute] IntPtr drnidCurr, 
    [InAttribute] IMoniker^ pIMoniker
)
abstract SetMoniker : 
        drnidCurr:IntPtr * 
        pIMoniker:IMoniker -> unit
function SetMoniker(
    drnidCurr : IntPtr, 
    pIMoniker : IMoniker
)

Paramètres

  • drnidCurr
    Type : IntPtr

    [in] DSREFNODEID du nœud dont le moniker doit être défini.

  • pIMoniker
    Type : IMoniker

    [in] Référence à l'interface d' IMoniker qui contient le moniker à définir pour le nœud spécifié.

Notes

Bien que l'implémentation pour l'utilisation des monikers est fournie, les outils de base de données n'utilisent pas les monikers. L'utilisation des monikers avec les nœuds est autorisée à vos besoins.

Sécurité .NET Framework

Voir aussi

Référence

IDSRefProvider Interface

Microsoft.VisualStudio.Data.Interop, espace de noms

Autres ressources

Extensibilité (DDEX) du concepteur Kit de développement logiciel de données