IExeProjectExtension.PortSuppliers Property

Definition

Gets a list of available port suppliers against with an executable can be launched.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Debugger::VsDebugPresentationExtension::PortSupplierProvider> ^ PortSuppliers { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Debugger::VsDebugPresentationExtension::PortSupplierProvider> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension.PortSupplierProvider> PortSuppliers { get; }
member this.PortSuppliers : seq<Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension.PortSupplierProvider>
Public ReadOnly Property PortSuppliers As IEnumerable(Of PortSupplierProvider)

Property Value

IEnumerable<PortSupplierProvider>

Applies to