SecondaryTileVisualElements.Square30x30Logo 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 l’image de vignette secondaire carrée 30 x 30.
La taille de vignette Square30x30 n’est pas prise en charge sur Windows Phone 8.1.
public:
property Uri ^ Square30x30Logo { Uri ^ get(); void set(Uri ^ value); };
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [set: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
Uri Square30x30Logo();
void Square30x30Logo(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
Uri Square30x30Logo();
void Square30x30Logo(Uri value);
public System.Uri Square30x30Logo { [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] set; }
public System.Uri Square30x30Logo { [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square30x30Logo may be altered or unavailable for release after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] set; }
var uri = secondaryTileVisualElements.square30x30Logo;
secondaryTileVisualElements.square30x30Logo = uri;
Public Property Square30x30Logo As Uri
Valeur de propriété
Emplacement de l’image. Cela peut être exprimé sous la forme d’un des schémas suivants : chemin ms-appx:/// A dans le package d’application déployé. Ce chemin d’accès est résolu pour les langues et le plateau PPP pris en charge par l’application.ms-appdata:///local/ Un fichier trouvé dans le stockage de l’application par utilisateur.
- Attributs
Remarques
Si cette image n’est pas spécifiée, l’image 30 x 30 de l’application parente est utilisée.