次の方法で共有


CodeDomProvider.CreateParser メソッド

メモ : このメソッドは、互換性のために残されています。

派生クラスでオーバーライドされると、新しいコード パーサーを作成します。

名前空間: System.CodeDom.Compiler
アセンブリ: 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 1.0、1.1
2.0 では、互換性のために残されています (コンパイル時に警告)

参照

関連項目

CodeDomProvider クラス
CodeDomProvider メンバ
System.CodeDom.Compiler 名前空間