Bagikan melalui


IJSVsaCodeItem Antarmuka

Definisi

Perhatian

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.

Mewakili item kode yang akan dikompilasi oleh mesin skrip.

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
Turunan
Atribut
Penerapan

Properti

CodeDOM
Kedaluwarsa.

Mendapatkan model objek dokumen kode (CodeDOM) yang diwakili dalam item kode.

IsDirty
Kedaluwarsa.

Mengembalikan nilai yang menunjukkan apakah representasi dalam memori saat ini dari item berbeda dari representasi yang bertahan.

(Diperoleh dari IJSVsaItem)
ItemType
Kedaluwarsa.

Mendapatkan jenis objek yang ditentukan, seperti yang ditentukan oleh CreateItem(String, JSVsaItemType, JSVsaItemFlag) metode .

(Diperoleh dari IJSVsaItem)
Name
Kedaluwarsa.

Mendapatkan atau mengatur nama item.

(Diperoleh dari IJSVsaItem)
SourceText
Kedaluwarsa.

Mendapatkan atau mengatur teks item kode tertentu, termasuk kode yang dibuat secara otomatis, jika ada.

Metode

AddEventSource(String, String)
Kedaluwarsa.

Menambahkan sumber peristiwa ke item kode. Item kode menggunakan sumber peristiwa untuk menghubungkan peristiwa ke sumber peristiwa bernama dengan memanggil metode IVsaSite.GetEventSourceInstance, yang diimplementasikan oleh host.

AppendSourceText(String)
Kedaluwarsa.

Menambahkan teks tertentu ke akhir item kode.

GetOption(String)
Kedaluwarsa.

Mendapatkan opsi khusus implementasi untuk mesin skrip.

(Diperoleh dari IJSVsaItem)
RemoveEventSource(String)
Kedaluwarsa.

Menghapus sumber peristiwa yang ditentukan dari item kode.

SetOption(String, Object)
Kedaluwarsa.

Mengatur opsi khusus implementasi untuk mesin skrip.

(Diperoleh dari IJSVsaItem)

Berlaku untuk