OASolutionFolder<T> Constructor

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

Remarks

This constructor throws an ArgumentException if the ProjectManager() is not a ProjectContainerNode.

Permissions

See Also

Reference

OASolutionFolder<T> Class

OASolutionFolder<T> Members

Microsoft.VisualStudio.Package.Automation Namespace