IJSVsaCodeItem Arabirim
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
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.
Betik altyapısı tarafından derlenecek bir kod öğesini temsil eder.
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
- Türetilmiş
- Öznitelikler
- Uygulamalar
Özellikler
CodeDOM |
Geçersiz.
Kod öğesinde temsil edilen kod belgesi nesne modelini (CodeDOM) alır. |
IsDirty |
Geçersiz.
Öğenin geçerli bellek içi gösteriminin kalıcı gösterimden farklı olup olmadığını gösteren bir değer döndürür. (Devralındığı yer: IJSVsaItem) |
ItemType |
Geçersiz.
Yöntemi tarafından belirlenen belirtilen nesnenin CreateItem(String, JSVsaItemType, JSVsaItemFlag) türünü alır. (Devralındığı yer: IJSVsaItem) |
Name |
Geçersiz.
Öğenin adını alır veya ayarlar. (Devralındığı yer: IJSVsaItem) |
SourceText |
Geçersiz.
Varsa, otomatik oluşturulan kod da dahil olmak üzere belirtilen bir kod öğesinin metnini alır veya ayarlar. |
Yöntemler
AddEventSource(String, String) |
Geçersiz.
Kod öğesine bir olay kaynağı ekler. Kod öğesi, konak tarafından uygulanan IVsaSite.GetEventSourceInstance yöntemini çağırarak bir olayı adlandırılmış olay kaynağına bağlamak için olay kaynağını kullanır. |
AppendSourceText(String) |
Geçersiz.
Belirtilen metni kod öğesinin sonuna ekler. |
GetOption(String) |
Geçersiz.
Betik altyapısı için uygulamaya özgü seçenekleri alır. (Devralındığı yer: IJSVsaItem) |
RemoveEventSource(String) |
Geçersiz.
Belirtilen olay kaynağını kod öğesinden kaldırır. |
SetOption(String, Object) |
Geçersiz.
Betik altyapısı için uygulamaya özgü seçenekleri ayarlar. (Devralındığı yer: IJSVsaItem) |