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