次の方法で共有


VsaCodeItem クラス

定義

注意事項

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 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
継承
VsaCodeItem
属性
実装

コンストラクター

VsaCodeItem(IVsaCodeItem)
古い.

スクリプト エンジンでコンパイルするコード項目を表します。

プロパティ

_item
古い.

スクリプト エンジンでコンパイルするコード項目を表します。

(継承元 VsaItem)
CodeDOM
古い.

コード項目で表現される CodeDOM (Code Document Object Model) を取得します。

IsDirty
古い.

項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を取得します。

(継承元 VsaItem)
ItemType
古い.

指定したオブジェクトの型を取得します。オブジェクトの型は、CreateItem(String, VsaItemType, VsaItemFlag) メソッドで決定されています。

(継承元 VsaItem)
Name
古い.

項目の名前を取得または設定します。

(継承元 VsaItem)
SourceText
古い.

指定したコード項目のテキストを取得または設定します。自動生成されたコードがある場合は、これも含めます。

メソッド

AddEventSource(String, String)
古い.

イベント ソースをコード項目に追加します。

AppendSourceText(String)
古い.

指定したテキストをコード項目の末尾に追加します。

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetOption(String)
古い.

スクリプト エンジンの実装固有のオプションを取得します。

(継承元 VsaItem)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
RemoveEventSource(String)
古い.

指定したイベント ソースをコード項目から削除します。

SetOption(String, Object)
古い.

スクリプト エンジンの実装固有のオプションを設定します。

(継承元 VsaItem)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象