OANullProperty Constructor

Initializes a new instance of OANullProperty for the specified instance of OAProperties.

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

Syntax

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

Dim instance As New OANullProperty(parent)
public OANullProperty(
    OAProperties parent
)
public:
OANullProperty(
    OAProperties^ parent
)
public function OANullProperty(
    parent : OAProperties
)

Parameters

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace