IVsaDTEngine 介面
注意:這個 API 現在已經過時。
此類型支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。
命名空間: Microsoft.Vsa
組件: Microsoft.Vsa (在 Microsoft.Vsa.dll 中)
語法
'宣告
<GuidAttribute("E0C0FFEE-7eea-4ee5-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<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 IVsaDTEngine
[GuidAttribute("E0C0FFEE-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[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 IVsaDTEngine
[GuidAttribute(L"E0C0FFEE-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[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 IVsaDTEngine
[<GuidAttribute("E0C0FFEE-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
type IVsaDTEngine = interface end
public interface IVsaDTEngine
IVsaDTEngine 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
TargetURL | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
AttachDebugger | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
GetIDE | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
InitCompleted | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
回頁首