IExplorerNodeContext 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供可用來與 SharePoint 網站互動的成員,而此 SharePoint 網站是與 IExplorerNode 物件建立關聯。
public interface class IExplorerNodeContext
public interface IExplorerNodeContext
type IExplorerNodeContext = interface
Public Interface IExplorerNodeContext
備註
Context使用對象的 屬性IExplorerNode來取得這個介面的實例。
屬性
SharePointConnection |
取得 ISharePointConnection 物件,您可以用來執行呼叫 SharePoint 伺服器物件模型的命令。 |
SiteId |
取得與此節點建立關聯的 SharePoint 網站識別碼 (Microsoft.SharePoint.SPWeb)。 |
SiteUrl |
取得與此節點建立關聯的 SharePoint 網站 URL (Microsoft.SharePoint.SPWeb)。 |
方法
CreatePropertySourceObject(IDictionary<String,String>) |
建立物件,具有特殊類型描述元邏輯以公開指定的屬性值字典。 |
ShowMessageBox(String, MessageBoxButtons, MessageBoxIcon) |
顯示訊息方塊。 |