次の方法で共有


SecondaryTileVisualElements クラス

定義

セカンダリ タイルの背景色、前景テキスト、タイル イメージ、アプリ名の表示オプションを取得または設定できるプロパティが含まれています。 このクラスのプロパティは、次の SecondaryTile プロパティを置き換えます。

public ref class SecondaryTileVisualElements sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class SecondaryTileVisualElements final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SecondaryTileVisualElements final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class SecondaryTileVisualElements
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SecondaryTileVisualElements
Public NotInheritable Class SecondaryTileVisualElements
継承
Object Platform::Object IInspectable SecondaryTileVisualElements
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

このクラス オブジェクトは、 SecondaryTile.VisualElements プロパティを呼び出すことによって取得されます。

セカンダリ タイルで使用するアプリによってローカルに保存されたロゴ イメージ (ms-appdata://localfolder/) は、アプリで削除しないでください。 これにより、キャッシュがクリアされた場合にイメージが失われるのを防ぐことができます。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1709 16299 MixedRealityModel

プロパティ

BackgroundColor

セカンダリ タイルの背景色を取得または設定します。

ForegroundText

タイルで濃いテキストと淡色のテキストのどちらを使用するかを指定します。

この値は、Windows Phone 8.1 では無視されます。 電話のセカンダリ タイルの前景色は常に明るい色です。

MixedRealityModel

Windows Mixed Reality ホーム環境でアプリ起動ツールとして使用する 3D モデル アセットを表す オブジェクトを取得します。

ShowNameOnSquare150x150Logo

表示名を中間のセカンダリ タイルに表示するかどうかを指定します。

表示名は、Windows Phone 8.1 の中のセカンダリ タイルには表示されないため、この値は無視されます。

ShowNameOnSquare310x310Logo

表示名を大きなセカンダリ タイルに表示するかどうかを指定します。

Windows Phone 8.1 では大きなタイル サイズはサポートされていないため、この値は無視されます。

ShowNameOnWide310x150Logo

ワイド セカンダリ タイルに表示名を表示するかどうかを指定します。

Square150x150Logo

中間のセカンダリ タイル イメージを取得または設定します。

Square30x30Logo

square30x30 セカンダリ タイル イメージを取得または設定します。

Square30x30 タイル サイズは、Windows Phone 8.1 ではサポートされていません。

Square310x310Logo

大きなセカンダリ タイル イメージを取得または設定します。

大きなタイル サイズは、Windows Phone 8.1 ではサポートされていません。

Square44x44Logo

square44x44 セカンダリ タイル イメージを取得または設定します。

Square70x70Logo

小さなセカンダリ タイル イメージを取得または設定します。

Square70x70 タイル サイズは、Windows Phone 8.1 ではサポートされていません。 代わりに、 Square71x71Logo を呼び出します。

Square71x71Logo

小さなセカンダリ タイル イメージを取得または設定します。

Square71x71 タイル サイズは、Windows ではサポートされていません。 代わりに、 Square70x70Logo を呼び出します。

Wide310x150Logo

ワイド セカンダリ タイル イメージを取得または設定します。

適用対象