IExplorerNodeCollection.Add (Método) (String, String, IDictionary<Object, Object>)

Crea una nueva interfaz IExplorerNode y la agrega a la colección.

Espacio de nombres:  Microsoft.VisualStudio.SharePoint.Explorer
Ensamblado:  Microsoft.VisualStudio.SharePoint (en Microsoft.VisualStudio.SharePoint.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • text
    Tipo: System.String
    Texto que se va a mostrar con el nuevo nodo.

Valor devuelto

Tipo: Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode
Nuevo objeto IExplorerNode.

Comentarios

Para obtener más información sobre cómo utilizar la propiedad Annotations, vea Asociar datos personalizados con extensiones de herramientas de SharePoint.

Seguridad de .NET Framework

Vea también

Referencia

IExplorerNodeCollection Interfaz

Add (Sobrecarga)

Microsoft.VisualStudio.SharePoint.Explorer (Espacio de nombres)