OAProperty Constructor

Initializes an instance of the OAProperty class.

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

Syntax

'宣言
Public Sub New ( _
    parent As OAProperties, _
    pi As PropertyInfo _
)
'使用
Dim parent As OAProperties
Dim pi As PropertyInfo

Dim instance As New OAProperty(parent, _
    pi)
public OAProperty(
    OAProperties parent,
    PropertyInfo pi
)
public:
OAProperty(
    OAProperties^ parent, 
    PropertyInfo^ pi
)
public function OAProperty(
    parent : OAProperties, 
    pi : PropertyInfo
)

Parameters

Permissions

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace