IVsaGlobalItem インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
スクリプト エンジンに追加するグローバル オブジェクトを記述します。
public interface class IVsaGlobalItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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 interface IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaGlobalItem = interface
interface IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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 IVsaGlobalItem = interface
interface IVsaItem
Public Interface IVsaGlobalItem
Implements IVsaItem
- 派生
- 属性
- 実装
プロパティ
ExposeMembers |
古い.
グローバル オブジェクトのメンバーをスクリプト エンジンで利用できるようにする必要があるかどうかを示す値を設定します。 [現在、サポートされていません。] |
IsDirty |
古い.
項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を返します。 (継承元 IVsaItem) |
ItemType |
古い.
指定したオブジェクトの型を取得します。オブジェクトの型は、CreateItem(String, VsaItemType, VsaItemFlag) メソッドで決定されています。 (継承元 IVsaItem) |
Name |
古い.
項目の名前を取得または設定します。 (継承元 IVsaItem) |
TypeString |
古い.
グローバル項目の型を取得または設定します。 |
メソッド
GetOption(String) |
古い.
スクリプト エンジンの実装固有のオプションを取得します。 (継承元 IVsaItem) |
SetOption(String, Object) |
古い.
スクリプト エンジンの実装固有のオプションを設定します。 (継承元 IVsaItem) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET