Condividi tramite


Evento IExplorerNodeEvents.NodePropertiesRequested

Si verifica quando un oggetto IExplorerNode richiede proprietà.

Spazio dei nomi:  Microsoft.VisualStudio.SharePoint.Explorer
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Sintassi

'Dichiarazione
Event NodePropertiesRequested As EventHandler(Of ExplorerNodePropertiesRequestedEventArgs)
event EventHandler<ExplorerNodePropertiesRequestedEventArgs> NodePropertiesRequested

Note

Gestire questo evento per aggiungere una proprietà a un nodo. La proprietà viene visualizzata nella finestra Proprietà quando il nodo viene selezionato. Per ulteriori informazioni, vedere Procedura: estendere un nodo SharePoint in Esplora server.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IExplorerNodeEvents Interfaccia

Spazio dei nomi Microsoft.VisualStudio.SharePoint.Explorer