VsaGlobalItem クラス

定義

注意事項

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 VsaGlobalItem : Microsoft::VisualBasic::Vsa::VsaItem, Microsoft::Vsa::IVsaGlobalItem
public class VsaGlobalItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaGlobalItem
[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 VsaGlobalItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaGlobalItem
type VsaGlobalItem = class
    inherit VsaItem
    interface IVsaGlobalItem
    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 VsaGlobalItem = class
    inherit VsaItem
    interface IVsaGlobalItem
    interface IVsaItem
Public Class VsaGlobalItem
Inherits VsaItem
Implements IVsaGlobalItem
継承
VsaGlobalItem
属性
実装

プロパティ

_item
古い.

スクリプト エンジンに追加するグローバル オブジェクトを記述します。

(継承元 VsaItem)
ExposeMembers
古い.

グローバル オブジェクトのメンバーをスクリプト エンジンで利用できるようにする必要があるかどうかを示す値を取得または設定します。

IsDirty
古い.

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

(継承元 VsaItem)
ItemType
古い.

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

(継承元 VsaItem)
Name
古い.

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

(継承元 VsaItem)
TypeString
古い.

グローバル項目の型を設定します。

メソッド

Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)
SetOption(String, Object)
古い.

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

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

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

(継承元 Object)

適用対象