Process2.Transport Property

Gets the Transport being used to debug this process.

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

Syntax

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

Property Value

Type: EnvDTE80.Transport
A Transport object.

.NET Framework Security

See Also

Reference

Process2 Interface

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples