Initializes a new instance of OAProperties based on the specified node properties.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
target As NodeProperties _
)
'使用
Dim target As NodeProperties
Dim instance As New OAProperties(target)
public OAProperties(
NodeProperties target
)
public:
OAProperties(
NodeProperties^ target
)
public function OAProperties(
target : NodeProperties
)
Parameters
target
Type: Microsoft.VisualStudio.Package.NodePropertiesThe NodeProperties on which to base this property collection.
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.