_CodeDOMProcessor Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Note: This API is now obsolete.

Namespace:  Microsoft.Vsa.Vb.CodeDOM
Assembly:  Microsoft.Vsa.Vb.CodeDOMProcessor (in Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Syntax

'Declaration
<ObsoleteAttribute("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.")> _
<GuidAttribute("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")> _
Public Interface _CodeDOMProcessor
[ObsoleteAttribute("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.")]
[GuidAttribute("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")]
public interface _CodeDOMProcessor
[ObsoleteAttribute(L"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.")]
[GuidAttribute(L"C18BB007-0EF7-4c2b-B6D4-186B8D01514E")]
public interface class _CodeDOMProcessor
[<ObsoleteAttribute("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.")>]
[<GuidAttribute("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")>]
type _CodeDOMProcessor =  interface end
public interface _CodeDOMProcessor

The _CodeDOMProcessor type exposes the following members.

Methods

  Name Description
Public method CodeDOMFromXML

Top

See Also

Reference

Microsoft.Vsa.Vb.CodeDOM Namespace