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)。 |
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) |