Initializes a new instance of OASolutionFolder<T> for the specified hierarchy node.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
associatedNode As T _
)
'使用
Dim associatedNode As T
Dim instance As New OASolutionFolder(associatedNode)
public OASolutionFolder(
T associatedNode
)
public:
OASolutionFolder(
T associatedNode
)
public function OASolutionFolder(
associatedNode : T
)
Parameters
associatedNode
Type: TThe HierarchyNode.
Remarks
This constructor throws an ArgumentException if the ProjectManager() is not a ProjectContainerNode.
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.