BackgroundTransferContentPart.SetHeader(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des valeurs d’en-tête de disposition de contenu qui indiquent la nature des informations que ce BackgroundTransferContentPart représente.
public:
virtual void SetHeader(Platform::String ^ headerName, Platform::String ^ headerValue) = SetHeader;
void SetHeader(winrt::hstring const& headerName, winrt::hstring const& headerValue);
public void SetHeader(string headerName, string headerValue);
function setHeader(headerName, headerValue)
Public Sub SetHeader (headerName As String, headerValue As String)
Paramètres
- headerName
-
String
Platform::String
winrt::hstring
Nom de l'en-tête.
- headerValue
-
String
Platform::String
winrt::hstring
La valeur d’en-tête.