Debugger4.Transports Property

Gets a collection of supported debugging transports.

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

Syntax

'Declaration
ReadOnly Property Transports As Transports
    Get
Transports Transports { get; }
property Transports^ Transports {
    Transports^ get ();
}
abstract Transports : Transports
function get Transports () : Transports

Property Value

Type: EnvDTE80.Transports
A Transports collection.

Implements

Debugger3.Transports

Remarks

See Transports.

.NET Framework Security

See Also

Reference

Debugger4 Interface

Transports Overload

EnvDTE90a Namespace