IVsaItem インターフェイス

定義

注意事項

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.

コード項目、参照項目、グローバル項目など、.NET スクリプト エンジンに追加されるすべての項目のインターフェイスを定義します。 エンジンによって認識されるすべての項目の種類に適用されるジェネリック プロパティとメソッドを定義します。

public interface class IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaItem = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<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 IVsaItem = interface
Public Interface IVsaItem
派生
属性

プロパティ

名前 説明
IsDirty
古い.

アイテムの現在のメモリ内表現が永続化された表現と異なるかどうかを示す値を返します。

ItemType
古い.

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

Name
古い.

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

メソッド

名前 説明
GetOption(String)
古い.

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

SetOption(String, Object)
古い.

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

適用対象