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