Creates a folder node with the supplied path and build item.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overridable Function CreateFolderNode ( _
path As String, _
item As ProjectElement _
) As FolderNode
'使用
Dim path As String
Dim item As ProjectElement
Dim returnValue As FolderNode
returnValue = Me.CreateFolderNode(path, _
item)
protected internal virtual FolderNode CreateFolderNode(
string path,
ProjectElement item
)
protected public:
virtual FolderNode^ CreateFolderNode(
String^ path,
ProjectElement^ item
)
protected internal function CreateFolderNode(
path : String,
item : ProjectElement
) : FolderNode
Parameters
path
Type: System.StringThe path of the folder.
item
Type: Microsoft.VisualStudio.Package.ProjectElementThe build item.
Return Value
Type: Microsoft.VisualStudio.Package.FolderNode
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.