WebAccountProvider.IconUri 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.
public:
property Uri ^ IconUri { Uri ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
Uri IconUri();
/// [get: Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
Uri IconUri();
public System.Uri IconUri { [Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public System.Uri IconUri { [Windows.Foundation.Metadata.Deprecated("IconUri may be altered or unavailable for releases after Windows 8.2. Instead, use Icon.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var uri = webAccountProvider.iconUri;
Public ReadOnly Property IconUri As Uri
Valeur de propriété
URI de l’image d’icône à afficher pour le fournisseur de compte web.
- Attributs