OAProject.Properties Property

Gets a collection of all the properties that pertain the project.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property Properties As Properties
'使用
Dim instance As OAProject
Dim value As Properties

value = instance.Properties
public virtual Properties Properties { get; }
public:
virtual property Properties^ Properties {
    Properties^ get ();
}
public function get Properties () : Properties

Property Value

Type: Properties

Properties.

Implements

ProjectProperties()

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

Properties()