VsaCodeItem Klasa

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 ref class VsaCodeItem : Microsoft::VisualBasic::Vsa::VsaItem, Microsoft::Vsa::IVsaCodeItem
public class VsaCodeItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaCodeItem
[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.")]
public class VsaCodeItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaCodeItem
type VsaCodeItem = class
    inherit VsaItem
    interface IVsaCodeItem
    interface IVsaItem
[<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.")>]
type VsaCodeItem = class
    inherit VsaItem
    interface IVsaCodeItem
    interface IVsaItem
Public Class VsaCodeItem
Inherits VsaItem
Implements IVsaCodeItem
Dziedziczenie
VsaCodeItem
Atrybuty
Implementuje

Konstruktory

VsaCodeItem(IVsaCodeItem)
Przestarzałe.

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

Właściwości

_item
Przestarzałe.

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

(Odziedziczone po VsaItem)
CodeDOM
Przestarzałe.

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

IsDirty
Przestarzałe.

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

(Odziedziczone po VsaItem)
ItemType
Przestarzałe.

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

(Odziedziczone po VsaItem)
Name
Przestarzałe.

Pobiera lub ustawia nazwę elementu.

(Odziedziczone po VsaItem)
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.

AppendSourceText(String)
Przestarzałe.

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

Equals(Object)
Przestarzałe.

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()
Przestarzałe.

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetOption(String)
Przestarzałe.

Pobiera opcje specyficzne dla implementacji aparatu skryptów.

(Odziedziczone po VsaItem)
GetType()
Przestarzałe.

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()
Przestarzałe.

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
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 VsaItem)
ToString()
Przestarzałe.

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy