Initializes a new instance of FolderNode for the specified project root, the folder path, and the associated project element.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
root As ProjectNode, _
strDirectoryPath As String, _
e As ProjectElement _
)
'使用
Dim root As ProjectNode
Dim strDirectoryPath As String
Dim e As ProjectElement
Dim instance As New FolderNode(root, strDirectoryPath, _
e)
public FolderNode(
ProjectNode root,
string strDirectoryPath,
ProjectElement e
)
public:
FolderNode(
ProjectNode^ root,
String^ strDirectoryPath,
ProjectElement^ e
)
public function FolderNode(
root : ProjectNode,
strDirectoryPath : String,
e : ProjectElement
)
Parameters
root
Type: Microsoft.VisualStudio.Package.ProjectNodeThe root of the project.
strDirectoryPath
Type: System.StringThe folder path.
e
Type: Microsoft.VisualStudio.Package.ProjectElementThe associated project element.
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.