VsaCodeItem Klasa

Definicja

Uwaga

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

Nazwa Opis
VsaCodeItem(IVsaCodeItem)
Przestarzałe.

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

Właściwości

Nazwa Opis
_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 kod generowany automatycznie, jeśli istnieje.

Metody

Nazwa Opis
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 określony obiekt jest równy bieżącemu obiektowi.

(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.

Pobiera Type bieżącego wystąpienia.

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

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

(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