Udostępnij za pośrednictwem


IJSVsaCodeItem Interfejs

Definicja

Przestroga

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.

Reprezentuje element kodu, który ma zostać skompilowany przez aparat skryptów.

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
Pochodne
Atrybuty
Implementuje

Właściwości

CodeDOM
Przestarzałe.

Pobiera model obiektu dokumentu kodu (CodeDOM) reprezentowany w elemencie kodu.

IsDirty
Przestarzałe.

Zwraca wartość wskazującą, czy bieżąca reprezentacja elementu w pamięci różni się od utrwalonej reprezentacji.

(Odziedziczone po IJSVsaItem)
ItemType
Przestarzałe.

Pobiera typ określonego obiektu określony zgodnie z CreateItem(String, JSVsaItemType, JSVsaItemFlag) metodą .

(Odziedziczone po IJSVsaItem)
Name
Przestarzałe.

Pobiera lub ustawia nazwę elementu.

(Odziedziczone po IJSVsaItem)
SourceText
Przestarzałe.

Pobiera lub ustawia tekst określonego elementu kodu, w tym automatycznie generowany kod, jeśli istnieje.

Metody

AddEventSource(String, String)
Przestarzałe.

Dodaje źródło zdarzeń do elementu kodu. Element kodu używa źródła zdarzeń, aby podłączyć zdarzenie do nazwanego źródła zdarzeń przez wywołanie metody IVsaSite.GetEventSourceInstance, która jest implementowana przez hosta.

AppendSourceText(String)
Przestarzałe.

Dołącza określony tekst na końcu elementu kodu.

GetOption(String)
Przestarzałe.

Pobiera opcje specyficzne dla implementacji aparatu skryptów.

(Odziedziczone po IJSVsaItem)
RemoveEventSource(String)
Przestarzałe.

Usuwa określone źródło zdarzeń z elementu kodu.

SetOption(String, Object)
Przestarzałe.

Ustawia opcje specyficzne dla implementacji aparatu skryptów.

(Odziedziczone po IJSVsaItem)

Dotyczy