IVsaIDE インターフェイス

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

この型は .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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("78470A10-8153-407d-AB1B-05067C54C36B")> _
Public Interface IVsaIDE
[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("78470A10-8153-407d-AB1B-05067C54C36B")]
public interface IVsaIDE
[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"78470A10-8153-407d-AB1B-05067C54C36B")]
public interface class IVsaIDE
[<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("78470A10-8153-407d-AB1B-05067C54C36B")>]
type IVsaIDE =  interface end
public interface IVsaIDE

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

プロパティ

  名前 説明
パブリック プロパティ DefaultSearchPath このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パブリック プロパティ ExtensibilityObject このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パブリック プロパティ IDEMode このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パブリック プロパティ Site このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド EnableMainWindow このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パブリック メソッド ShowIDE このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このページのトップへ

参照

関連項目

Microsoft.Vsa 名前空間