Delen via


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
'Usage
Dim instance As Process2 
Dim value As Transport 

value = instance.Transport
Transport Transport { get; }
property Transport^ Transport {
    Transport^ get ();
}
function get Transport () : Transport

Property Value

Type: EnvDTE80.Transport
A Transport object.

.NET Framework Security

See Also

Reference

Process2 Interface

Process2 Members

EnvDTE80 Namespace

Other Resources

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