IExplorerNodeCollection.Add, méthode (String, String, IDictionary<Object, Object>)
Crée un nouvel objet IExplorerNode et l'ajoute à la collection.
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) _
) As IExplorerNode
IExplorerNode Add(
string nodeTypeId,
string text,
IDictionary<Object, Object> annotations
)
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.
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.