Partilhar via


Construtor Link (Guid, String, String, Type, Boolean)

Inicializa uma nova instância da Link classe usando a identificação fornecida, nome, tipo, armazenamento e uma indicação que informa se o link está habilitado.

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

Sintaxe

'Declaração
Public Sub New ( _
    id As Guid, _
    name As String, _
    storage As String, _
    type As Type, _
    enabled As Boolean _
)
public Link(
    Guid id,
    string name,
    string storage,
    Type type,
    bool enabled
)
public:
Link(
    Guid id, 
    String^ name, 
    String^ storage, 
    Type^ type, 
    bool enabled
)
new : 
        id:Guid * 
        name:string * 
        storage:string * 
        type:Type * 
        enabled:bool -> Link
public function Link(
    id : Guid, 
    name : String, 
    storage : String, 
    type : Type, 
    enabled : boolean
)

Parâmetros

  • id
    Tipo: System.Guid
    Um GUID que identifica com exclusividade o link.
  • storage
    Tipo: System.String
    O caminho relativo do objeto no servidor.
  • enabled
    Tipo: System.Boolean
    true indica que o link está ativado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

Link Classe

Sobrecargas Link

Namespace Microsoft.VisualStudio.TestTools.Common