Compartir a través de


Link (Constructor) (Guid, String, String, Type)

Inicializa una nueva instancia de la clase Link utilizando el identificador, el nombre, el almacenamiento y el tipo proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Sub New ( _
    id As Guid, _
    name As String, _
    storage As String, _
    type As Type _
)
public Link(
    Guid id,
    string name,
    string storage,
    Type type
)
public:
Link(
    Guid id, 
    String^ name, 
    String^ storage, 
    Type^ type
)
new : 
        id:Guid * 
        name:string * 
        storage:string * 
        type:Type -> Link
public function Link(
    id : Guid, 
    name : String, 
    storage : String, 
    type : Type
)

Parámetros

  • id
    Tipo: Guid

    GUID que identifica de forma inequívoca el vínculo.

  • name
    Tipo: String

    Nombre del vínculo.

  • storage
    Tipo: String

    La ruta de acceso relativa al objeto en el servidor.

  • type
    Tipo: Type

    Objeto Type que indica el tipo del objeto de destino.

Seguridad de .NET Framework

Vea también

Referencia

Link Clase

Link (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)