共用方式為


IExplorerNodeEvents.NodePropertiesRequested 事件

發生於 IExplorerNode 要求屬性時。

命名空間:  Microsoft.VisualStudio.SharePoint.Explorer
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

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

備註

處理這個事件,將屬性加入至節點。 當選取節點時,屬性會顯示在 [屬性] 視窗中。 如需詳細資訊,請參閱HOW TO:在伺服器總管中擴充 SharePoint 節點

.NET Framework 安全性

請參閱

參考

IExplorerNodeEvents 介面

Microsoft.VisualStudio.SharePoint.Explorer 命名空間