IVsaGlobalItem インターフェイス

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

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

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

構文

'宣言
<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.")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")> _
Public Interface IVsaGlobalItem _
    Inherits IVsaItem
[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.")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface IVsaGlobalItem : IVsaItem
[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.")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface class IVsaGlobalItem : IVsaItem
[<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.")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
type IVsaGlobalItem =  
    interface 
        interface IVsaItem 
    end
public interface IVsaGlobalItem extends IVsaItem

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

プロパティ

  名前 説明
パブリック プロパティ ExposeMembers グローバル オブジェクトのメンバーをスクリプト エンジンで利用できるようにする必要があるかどうかを示す値を設定します。[現在、サポートされていません。]
パブリック プロパティ IsDirty 項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を返します。 (IVsaItem から継承されます。)
パブリック プロパティ ItemType 指定したオブジェクトの型を取得します。オブジェクトの型は、IVsaItems.CreateItem Method メソッドで決定されています。 (IVsaItem から継承されます。)
パブリック プロパティ Name 項目の名前を設定または取得します。 (IVsaItem から継承されます。)
パブリック プロパティ TypeString グローバル項目の型を取得または設定します。

このページのトップへ

メソッド

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

このページのトップへ

参照

関連項目

Microsoft.Vsa 名前空間