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
- 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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
Properties()