_CodeDOMProcessor 接口

注意:此 API 现在已过时。

命名空间:  Microsoft.Vsa.Vb.CodeDOM
程序集:  Microsoft.Vsa.Vb.CodeDOMProcessor(在 Microsoft.Vsa.Vb.CodeDOMProcessor.dll 中)

语法

声明
<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

_CodeDOMProcessor 类型公开以下成员。

方法

  名称 说明
公共方法 CodeDOMFromXML

页首

请参阅

参考

Microsoft.Vsa.Vb.CodeDOM 命名空间