Partager via


IExplorerNodeCollection.Add, méthode (String, String, IDictionary<Object, Object>, Int32)

Crée un nouvel objet IExplorerNode avec la position de tri spécifiée parmi les nœuds frères.

Espace de noms :  Microsoft.VisualStudio.SharePoint.Explorer
Assembly :  Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)

Syntaxe

'Déclaration
Function Add ( _
    nodeTypeId As String, _
    text As String, _
    annotations As IDictionary(Of Object, Object), _
    sortOrder As Integer _
) As IExplorerNode
IExplorerNode Add(
    string nodeTypeId,
    string text,
    IDictionary<Object, Object> annotations,
    int sortOrder
)

Paramètres

  • text
    Type : System.String
    Texte à afficher avec le nouveau nœud.
  • sortOrder
    Type : System.Int32
    Valeur utilisée pour trier le nœud actuel parmi les nœuds frères.

Valeur de retour

Type : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode
Nouvelle IExplorerNode.

Notes

Pour plus d'informations sur l'utilisation de la propriété Annotations, consultez Association de données personnalisées à des extensions d'outils SharePoint.

Sécurité .NET Framework

Voir aussi

Référence

IExplorerNodeCollection Interface

Add, surcharge

Microsoft.VisualStudio.SharePoint.Explorer, espace de noms