VsaReferenceItem クラス

定義

注意事項

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

プロパティ

_item
古い.

スクリプト エンジンに追加する参照を記述します。

(継承元 VsaItem)
AssemblyName
古い.

参照先アセンブリの名前を取得または設定します。

IsDirty
古い.

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

(継承元 VsaItem)
ItemType
古い.

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

(継承元 VsaItem)
Name
古い.

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

(継承元 VsaItem)

メソッド

Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象