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
- 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.