IExplorerNodeContext.CreatePropertySourceObject Method
Creates an object that has special type descriptor logic to expose the specified dictionary of property values.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Function CreatePropertySourceObject ( _
properties As IDictionary(Of String, String) _
) As Object
Object CreatePropertySourceObject(
IDictionary<string, string> properties
)
Parameters
properties
Type: IDictionary<String, String>The properties to create.
Return Value
Type: Object
An object with the specified properties attached.
Remarks
You can use this method to display a set of read-only data as properties of a node in the SharePoint Connections hierarchy in Server Explorer. In an event handler for the NodePropertiesRequested event, call this method to create an object that contains a set of read-only properties from a SharePoint site, and assign this object to the PropertySources property of the event arguments. For more information, see Extending the SharePoint Connections Node in Server Explorer and Walkthrough: Extending Server Explorer to Display Web Parts.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.