Gets a dictionary of the properties.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property Properties As Dictionary(Of String, Property)
'使用
Dim instance As OAProperties
Dim value As Dictionary(Of String, Property)
value = instance.Properties
public Dictionary<string, Property> Properties { get; }
public:
property Dictionary<String^, Property^>^ Properties {
Dictionary<String^, Property^>^ get ();
}
public function get Properties () : Dictionary<String, Property>
Property Value
Type: System.Collections.Generic.Dictionary<String, Property>
A Dictionary of the properties.
Permissions
- 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.