Partager via


DebugTargetInfo.PortName, propriété

Obtient ou définit le nom de port pour la cible de débogage.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
string qui contient le nom du port.

Sécurité .NET Framework

Voir aussi

Référence

DebugTargetInfo Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms