Partager via


WebAccountProvider.IconUri Propriété

Définition

Obtient l’URI de l’image d’icône à afficher pour le fournisseur de compte web.

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

S’applique à