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
parent
Type: Microsoft.VisualStudio.Package.Automation.OAPropertiesThe parent OAProperties.
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.