Compartir a través de


ProcessTemplate.GetResource (Método) (String, array<Byte[]%, Int64%)

Obtiene un recurso con el nombre especificado por dentro de la plantilla de proceso

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
Public Function GetResource ( _
    resourceName As String, _
    <OutAttribute> ByRef hashValue As Byte(), _
    <OutAttribute> ByRef contentLength As Long _
) As Stream
public Stream GetResource(
    string resourceName,
    out byte[] hashValue,
    out long contentLength
)

Parámetros

  • resourceName
    Tipo: System.String
    El nombre del recurso a recuperar
  • hashValue
    Tipo: array<System.Byte[]%
    El valor hash del recurso
  • contentLength
    Tipo: System.Int64%
    La longitud sin comprimir el contenido del recurso

Valor devuelto

Tipo: System.IO.Stream
Devuelva Stream.

Implementaciones

IProcessTemplate.GetResource(String, array<Byte[]%, Int64%)

Seguridad de .NET Framework

Vea también

Referencia

ProcessTemplate Clase

GetResource (Sobrecarga)

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)