DkmProductionConnection.GetProductionAgents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetProductionAgents enumerates the DkmProductionAgent elements of this DkmProductionConnection object.
This API was introduced in Visual Studio 15 Update 2 (DkmApiVersion.VS15Update2).
public:
cli::array <Microsoft::VisualStudio::Debugger::DefaultPort::DkmProductionAgent ^> ^ GetProductionAgents();
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionAgent[] GetProductionAgents ();
member this.GetProductionAgents : unit -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionAgent[]
Public Function GetProductionAgents () As DkmProductionAgent()
Returns
[Out] Array containing the enumerated elements.