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
- nodeTypeId
Type : System.String
L'ID de l'objet IExplorerNodeType à utiliser pour définir le comportement du nouveau nœud.
- text
Type : System.String
Texte à afficher avec le nouveau nœud.
- annotations
Type : System.Collections.Generic.IDictionary<Object, Object>
Dictionnaire d'objets à ajouter à la propriété Annotations du 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.