IJSVsaCodeItem インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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.
スクリプト エンジンでコンパイルするコード項目を表します。
public interface class IJSVsaCodeItem : Microsoft::JScript::Vsa::IJSVsaItem
[System.Obsolete("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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaCodeItem : Microsoft.JScript.Vsa.IJSVsaItem
[<System.Obsolete("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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaCodeItem = interface
interface IJSVsaItem
Public Interface IJSVsaCodeItem
Implements IJSVsaItem
- 派生
- 属性
- 実装
プロパティ
CodeDOM |
古い.
コード項目で表現される CodeDOM (Code Document Object Model) を取得します。 |
IsDirty |
古い.
項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を返します。 (継承元 IJSVsaItem) |
ItemType |
古い.
指定したオブジェクトの型を取得します。オブジェクトの型は、CreateItem(String, JSVsaItemType, JSVsaItemFlag) メソッドで決定されています。 (継承元 IJSVsaItem) |
Name |
古い.
項目の名前を取得または設定します。 (継承元 IJSVsaItem) |
SourceText |
古い.
指定したコード項目のテキストを取得または設定します。自動生成されたコードがある場合は、これも含めます。 |
メソッド
AddEventSource(String, String) |
古い.
イベント ソースをコード項目に追加します。 コード項目はイベント ソースを使用し、ホストで実装された IVsaSite.GetEventSourceInstance メソッドを呼び出して、イベントを指定したイベント ソースにフックします。 |
AppendSourceText(String) |
古い.
指定したテキストをコード 項目の末尾に追加します。 |
GetOption(String) |
古い.
スクリプト エンジンの実装固有のオプションを取得します。 (継承元 IJSVsaItem) |
RemoveEventSource(String) |
古い.
指定したイベント ソースをコード項目から削除します。 |
SetOption(String, Object) |
古い.
スクリプト エンジンの実装固有のオプションを設定します。 (継承元 IJSVsaItem) |
適用対象
.NET