OAProperties.Properties Property

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

See Also

Reference

OAProperties Class

OAProperties Members

Microsoft.VisualStudio.Package.Automation Namespace