OAProperties.AddProperty Method

Creates a new OAProperty object and adds it to the current list of properties

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

Syntax

'宣言
Protected Overridable Sub AddProperty ( _
    propertyInfo As PropertyInfo _
)
'使用
Dim propertyInfo As PropertyInfo

Me.AddProperty(propertyInfo)
protected virtual void AddProperty(
    PropertyInfo propertyInfo
)
protected:
virtual void AddProperty(
    PropertyInfo^ propertyInfo
)
protected function AddProperty(
    propertyInfo : PropertyInfo
)

Parameters

Permissions

See Also

Reference

OAProperties Class

OAProperties Members

Microsoft.VisualStudio.Package.Automation Namespace