CodeSnippetStatement コンストラクタ (String)
アセンブリ: System (system.dll 内)
構文
使用例' Creates a statement using a literal string. Dim literalStatement As New CodeSnippetStatement( _ "Console.Write(""Test literal statement output"")")
// Creates a statement using a literal string. CodeSnippetStatement literalStatement = new CodeSnippetStatement("Console.Write(\"Test literal statement output\")");
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照CodeSnippetStatement コンストラクタ
オーバーロードの一覧| 名前 | 説明 |
|---|---|
| CodeSnippetStatement () | CodeSnippetStatement クラスの新しいインスタンスを初期化します。 |
| CodeSnippetStatement (String) | コード片を指定して、CodeSnippetStatement クラスの新しいインスタンスを初期化します。 |
参照CodeSnippetStatement コンストラクタ ()
アセンブリ: System (system.dll 内)
構文
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- CodeSnippetStatement コンストラクタのページへのリンク