_CodeDOMProcessor Interface

Definition

Caution

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Implements the CodeDOM processor interface.

public interface class _CodeDOMProcessor
[System.Runtime.InteropServices.Guid("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")]
public interface _CodeDOMProcessor
[System.Runtime.InteropServices.Guid("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")]
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public interface _CodeDOMProcessor
[<System.Runtime.InteropServices.Guid("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")>]
type _CodeDOMProcessor = interface
[<System.Runtime.InteropServices.Guid("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")>]
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type _CodeDOMProcessor = interface
Public Interface _CodeDOMProcessor
Derived
Attributes

Methods

CodeDOMFromXML(String)

Gets code from XML content.

Applies to