IExeProjectExtension.RemoteMachineIsPortName(Guid) Method

Definition

Determines whether the bstrPortName member from the VsDebugTargetInfo2 struct should be populated with the remote machine name.

public:
 bool RemoteMachineIsPortName(Guid portSupplierGuid);
public bool RemoteMachineIsPortName (Guid portSupplierGuid);
abstract member RemoteMachineIsPortName : Guid -> bool
Public Function RemoteMachineIsPortName (portSupplierGuid As Guid) As Boolean

Parameters

portSupplierGuid
Guid

A GUID that uniquely identifies the port.

Returns

Applies to