Partilhar via


Propriedade DebugTargetInfo.PortName

Obtém ou define o nome de porta para o destino de depuração.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property PortName As String
public string PortName { get; set; }
public:
property String^ PortName {
    String^ get ();
    void set (String^ value);
}
member PortName : string with get, set
function get PortName () : String
function set PortName (value : String)

Valor de propriedade

Tipo: System.String
A string que contém o nome da porta.

Segurança do .NET Framework

Consulte também

Referência

DebugTargetInfo Classe

Namespace Microsoft.VisualStudio.TestTools.Common