Partager via


ProcessTemplate.GetResource, méthode (String, array<Byte[]%, Int64%)

Obtient une ressource avec le nom à l'intérieur du modèle de processus

Espace de noms :  Microsoft.TeamFoundation.Server.Core
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

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

Paramètres

  • resourceName
    Type : System.String
    Le nom de la ressource à récupérer
  • hashValue
    Type : array<System.Byte[]%
    La valeur de hachage des ressources
  • contentLength
    Type : System.Int64%
    Longueur non suivants du contenu de ressource

Valeur de retour

Type : System.IO.Stream
retourne Stream ;

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

ProcessTemplate Classe

GetResource, surcharge

Microsoft.TeamFoundation.Server.Core, espace de noms