Debugger4.Transports Property
Gets a collection of supported debugging transports.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property Transports As Transports
Transports Transports { get; }
property Transports^ Transports {
Transports^ get ();
}
abstract Transports : Transports with get
function get Transports () : Transports
Property Value
Type: EnvDTE80.Transports
A Transports collection.
Remarks
See Transports.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.