VsaItem クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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.
.NET スクリプト エンジンに追加するすべての項目のオブジェクトを定義します。項目には、コード項目、参照項目、およびグローバル項目があります。
public ref class VsaItem : Microsoft::Vsa::IVsaItem
public class VsaItem : Microsoft.Vsa.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.")]
public class VsaItem : Microsoft.Vsa.IVsaItem
type VsaItem = class
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 VsaItem = class
interface IVsaItem
Public Class VsaItem
Implements IVsaItem
- 継承
-
VsaItem
- 派生
- 属性
- 実装
プロパティ
_item |
古い.
.NET スクリプト エンジンに追加するすべての項目のオブジェクトを定義します。項目には、コード項目、参照項目、およびグローバル項目があります。 |
IsDirty |
古い.
項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を取得します。 |
ItemType |
古い.
指定したオブジェクトの型を取得します。オブジェクトの型は、CreateItem(String, VsaItemType, VsaItemFlag) メソッドで決定されています。 |
Name |
古い.
項目の名前を取得または設定します。 |
メソッド
Equals(Object) |
古い.
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
GetOption(String) |
古い.
スクリプト エンジンの実装固有のオプションを取得します。 |
GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
古い.
現在の Object の簡易コピーを作成します。 (継承元 Object) |
SetOption(String, Object) |
古い.
スクリプト エンジンの実装固有のオプションを設定します。 |
ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
.NET