VsaDTEngine Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft_VsaVb
Assembly:  Microsoft_VsaVb (in Microsoft_VsaVb.dll)

Syntax

'Declaration
<GuidAttribute("E0C0FFEE-7EEA-4EE5-B7E4-0080C7EB0B74")> _
Public Interface VsaDTEngine _
    Inherits IVsaDTEngine
[GuidAttribute("E0C0FFEE-7EEA-4EE5-B7E4-0080C7EB0B74")]
public interface VsaDTEngine : IVsaDTEngine
[GuidAttribute(L"E0C0FFEE-7EEA-4EE5-B7E4-0080C7EB0B74")]
public interface class VsaDTEngine : IVsaDTEngine
[<GuidAttribute("E0C0FFEE-7EEA-4EE5-B7E4-0080C7EB0B74")>]
type VsaDTEngine =  
    interface 
        interface IVsaDTEngine 
    end
public interface VsaDTEngine extends IVsaDTEngine

The VsaDTEngine type exposes the following members.

Properties

  Name Description
Public property TargetURL This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from IVsaDTEngine.)

Top

Methods

  Name Description
Public method AttachDebugger This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from IVsaDTEngine.)
Public method GetIDE This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from IVsaDTEngine.)
Public method InitCompleted This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from IVsaDTEngine.)

Top

See Also

Reference

Microsoft_VsaVb Namespace