IVsaReferenceItem インターフェイス

メモ: この API は、互換性のために残されています。

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

名前空間:  Microsoft.Vsa
アセンブリ:  Microsoft.Vsa (Microsoft.Vsa.dll 内)

構文

'宣言
<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<ObsoleteAttribute("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 Interface IVsaReferenceItem _
    Inherits IVsaItem
[GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ObsoleteAttribute("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 interface IVsaReferenceItem : IVsaItem
[GuidAttribute(L"E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ObsoleteAttribute(L"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 interface class IVsaReferenceItem : IVsaItem
[<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ObsoleteAttribute("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 IVsaReferenceItem =  
    interface 
        interface IVsaItem 
    end
public interface IVsaReferenceItem extends IVsaItem

IVsaReferenceItem 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ AssemblyName 参照先アセンブリの名前を取得または設定します。
パブリック プロパティ IsDirty 項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を返します。 (IVsaItem から継承されます。)
パブリック プロパティ ItemType 指定したオブジェクトの型を取得します。オブジェクトの型は、IVsaItems.CreateItem Method メソッドで決定されています。 (IVsaItem から継承されます。)
パブリック プロパティ Name 項目の名前を設定または取得します。 (IVsaItem から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド GetOption スクリプト エンジンの実装固有のオプションを取得します。 (IVsaItem から継承されます。)
パブリック メソッド SetOption スクリプト エンジンの実装固有のオプションを設定します。 (IVsaItem から継承されます。)

このページのトップへ

参照

関連項目

Microsoft.Vsa 名前空間