Creates the directory associated with this folder node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub CreateDirectory
'使用
Dim instance As FolderNode
instance.CreateDirectory()
public virtual void CreateDirectory()
public:
virtual void CreateDirectory()
public function CreateDirectory()
Remarks
If the directory in Url doesn't exist, this method creates it. Override this method if the node does not use a file system folder.
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.