DkmTransportConnection.FindProductionConnection(Guid) 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.
Find a DkmProductionConnection element within this DkmTransportConnection. If no element with the given input key is present, FindProductionConnection will fail.
This API was introduced in Visual Studio 15 Update 2 (DkmApiVersion.VS15Update2).
public:
Microsoft::VisualStudio::Debugger::DefaultPort::DkmProductionConnection ^ FindProductionConnection(Guid UniqueId);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionConnection FindProductionConnection (Guid UniqueId);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionConnection? FindProductionConnection (Guid UniqueId);
member this.FindProductionConnection : Guid -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionConnection
Public Function FindProductionConnection (UniqueId As Guid) As DkmProductionConnection
Parameters
- UniqueId
- Guid
[In] Search key used to find the element.
Returns
[Out,Optional] Result of the search.