ProjectNode.GetCompiler Method

Provides access to the CodeDom.

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

Syntax

'宣言
Public Overridable Function GetCompiler As ICodeCompiler
'使用
Dim instance As ProjectNode
Dim returnValue As ICodeCompiler

returnValue = instance.GetCompiler()
public virtual ICodeCompiler GetCompiler()
public:
virtual ICodeCompiler^ GetCompiler()
public function GetCompiler() : ICodeCompiler

Return Value

Type: System.CodeDom.Compiler.ICodeCompiler

When overridden in a derived class, returns the compiler to use.

Remarks

By default returns a null reference (Nothing in Visual Basic).

Permissions

See Also

Concepts

Using the CodeDOM

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace