CodeDomProvider.CreateParser メソッド
アセンブリ: System (system.dll 内)

<ObsoleteAttribute("Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")> _ Public Overridable Function CreateParser As ICodeParser
Dim instance As CodeDomProvider Dim returnValue As ICodeParser returnValue = instance.CreateParser
[ObsoleteAttribute("Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")] public virtual ICodeParser CreateParser ()
[ObsoleteAttribute(L"Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")] public: virtual ICodeParser^ CreateParser ()
/** @attribute ObsoleteAttribute("Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.") */ public ICodeParser CreateParser ()
ObsoleteAttribute("Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.") public function CreateParser () : ICodeParser
ソース コードを解析するために使用できる ICodeParser。基本実装では、常に null 参照 (Visual Basic では Nothing) を返します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- CodeDomProvider.CreateParser メソッドのページへのリンク