OAProjectItem<T>.Properties Property

Gets a collection of all properties that pertain to the item.

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 OAProjectItem
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

ProjectItemProperties()

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace