Partager via


ProjectOptions Class

ProjectOptions are used to pass parameters to the invoked a compiler.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

Public Class ProjectOptions _
    Inherits CompilerParameters

Dim instance As ProjectOptions
public class ProjectOptions : CompilerParameters
public ref class ProjectOptions : public CompilerParameters
public class ProjectOptions extends CompilerParameters

Inheritance Hierarchy

System.Object
  System.CodeDom.Compiler.CompilerParameters
    Microsoft.VisualStudio.Package.ProjectOptions

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectOptions Members

Microsoft.VisualStudio.Package Namespace

CompilerParameters