IExplorerNodeContext.CreatePropertySourceObject 方法

创建具有特殊类型描述符逻辑的对象,以便公开属性值的指定字典。

命名空间:  Microsoft.VisualStudio.SharePoint.Explorer
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Function CreatePropertySourceObject ( _
    properties As IDictionary(Of String, String) _
) As Object
Object CreatePropertySourceObject(
    IDictionary<string, string> properties
)

参数

返回值

类型:System.Object
附加有指定属性的对象。

备注

您可以使用此方法将一组只读数据显示为**“服务器资源管理器”“SharePoint 连接”**层次结构中的节点的属性。 在 NodePropertiesRequested 事件的事件处理程序中,调用此方法以从 SharePoint 网站创建一个包含一组只读属性的对象,并将此对象分配给事件参数的 PropertySources 属性。 有关更多信息,请参见扩展服务器资源管理器中的“SharePoint 连接”节点演练:扩展服务器资源管理器以显示 Web 部件

.NET Framework 安全性

请参见

参考

IExplorerNodeContext 接口

Microsoft.VisualStudio.SharePoint.Explorer 命名空间