IVsaItem インターフェイス
メモ : このインターフェイスは、互換性のために残されています。
.NET スクリプト エンジンに追加するすべての項目のインターフェイスを定義します。項目には、コード項目、参照項目、およびグローバル項目があります。エンジンが認識するすべての項目型に適用される汎用プロパティおよびメソッドを定義します。 名前空間: Microsoft.Vsaアセンブリ: Microsoft.Vsa (microsoft.vsa.dll 内)
構文<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ <GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")> _ <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 IVsaItem
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaItem
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [GuidAttribute(L"E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")] [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 IVsaItem
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ /** @attribute GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74") */ /** @attribute 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 IVsaItem
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")
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 IVsaItem
プラットフォームWindows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照IVsaItem プロパティ
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| IsDirty | 項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を返します。 |
| ItemType | 指定したオブジェクトの型を取得します。オブジェクトの型は、IVsaItems.CreateItem Method メソッドで決定されています。 |
| Name | 項目の名前を設定または取得します。 |
参照IVsaItem メソッド
IVsaItem メンバ
.NET スクリプト エンジンに追加するすべての項目のインターフェイスを定義します。項目には、コード項目、参照項目、およびグローバル項目があります。エンジンが認識するすべての項目型に適用される汎用プロパティおよびメソッドを定義します。
IVsaItem データ型で公開されるメンバを以下の表に示します。
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| IsDirty | 項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を返します。 |
| ItemType | 指定したオブジェクトの型を取得します。オブジェクトの型は、IVsaItems.CreateItem Method メソッドで決定されています。 |
| Name | 項目の名前を設定または取得します。 |
パブリック メソッド
参照- IVsaItemのページへのリンク