SharePointCommandServices.GetProperties Method
Retrieves a dictionary with properties for the specified component.
Namespace: Microsoft.VisualStudio.SharePoint.Commands
Assembly: Microsoft.VisualStudio.SharePoint.Commands (in Microsoft.VisualStudio.SharePoint.Commands.dll)
Syntax
'Declaration
Public Shared Function GetProperties ( _
component As Object _
) As Dictionary(Of String, String)
public static Dictionary<string, string> GetProperties(
Object component
)
Parameters
- component
Type: System.Object
The component for which to retrieve the dictionary.
Return Value
Type: System.Collections.Generic.Dictionary<String, String>
An object representing a dictionary of component properties.
.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.