FileSavePicker.EnterpriseId Propriété

Définition

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é

String

Platform::String

winrt::hstring

ID qui spécifie l’entreprise propriétaire du fichier.

S’applique à