다음을 통해 공유


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

와이드 보조 타일 이미지를 가져오거나 설정합니다.

적용 대상