MapTileSource.IsRetryEnabled 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 une valeur qui indique si la nouvelle tentative est activée pour les vignettes.
public:
property bool IsRetryEnabled { bool get(); void set(bool value); };
bool IsRetryEnabled();
void IsRetryEnabled(bool value);
public bool IsRetryEnabled { get; set; }
var boolean = mapTileSource.isRetryEnabled;
mapTileSource.isRetryEnabled = boolean;
Public Property IsRetryEnabled As Boolean
Valeur de propriété
Boolean
bool
true si la nouvelle tentative est activée pour les vignettes ; sinon, false.