Compartilhar via


Propriedade DebugTargetInfo.PortSupplier

Obtém ou define o Guid que identifica exclusivamente o fornecedor de porta.

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

Sintaxe

'Declaração
Public Property PortSupplier As Guid
    Get
    Set
public Guid PortSupplier { get; set; }
public:
property Guid PortSupplier {
    Guid get ();
    void set (Guid value);
}
member PortSupplier : Guid with get, set
function get PortSupplier () : Guid
function set PortSupplier (value : Guid)

Valor de propriedade

Tipo: System.Guid
A Guid para o fornecedor de porta.

Segurança do .NET Framework

Consulte também

Referência

DebugTargetInfo Classe

Namespace Microsoft.VisualStudio.TestTools.Common