Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: ObjectThe component for which to retrieve the dictionary.
Return Value
Type: 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.