Creates compiler-specific project options.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function CreateProjectOptions As ProjectOptions
'使用
Dim instance As ProjectNode
Dim returnValue As ProjectOptions
returnValue = instance.CreateProjectOptions()
public virtual ProjectOptions CreateProjectOptions()
public:
virtual ProjectOptions^ CreateProjectOptions()
public function CreateProjectOptions() : ProjectOptions
Return Value
Type: Microsoft.VisualStudio.Package.ProjectOptions
Remarks
Override this method if you have your own project-specific project options.
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.