FileSavePicker.EnterpriseId Propriété
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.
Obtient ou définit un ID qui spécifie l’entreprise propriétaire du fichier.
public:
property Platform::String ^ EnterpriseId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring EnterpriseId();
void EnterpriseId(winrt::hstring value);
public string EnterpriseId { get; set; }
var string = fileSavePicker.enterpriseId;
fileSavePicker.enterpriseId = string;
Public Property EnterpriseId As String
Valeur de propriété
ID qui spécifie l’entreprise propriétaire du fichier.