다음을 통해 공유


SecondaryTileVisualElements.Square70x70Logo 속성

정의

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

Square70x70 타일 크기는 Windows Phone 8.1에서 지원되지 않습니다. 대신 Square71x71Logo를 호출합니다.

public:
 property Uri ^ Square70x70Logo { Uri ^ get(); void set(Uri ^ value); };
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [set: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
Uri Square70x70Logo();

void Square70x70Logo(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
Uri Square70x70Logo();

void Square70x70Logo(Uri value);
public System.Uri Square70x70Logo { [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] set; }
public System.Uri Square70x70Logo { [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("SecondaryTileVisualElements.Square70x70Logo may be altered or unavailable for release after Windows Phone 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] set; }
var uri = secondaryTileVisualElements.square70x70Logo;
secondaryTileVisualElements.square70x70Logo = uri;
Public Property Square70x70Logo As Uri

속성 값

이미지의 위치입니다. 이 구성표는 배포된 앱 패키지 내의 ms-appx:/// A 경로 중 하나로 표현할 수 있습니다. 이 경로는 앱에서 지원하는 언어 및 DPI 고원에 대해 확인됩니다.ms-appdata:///local/ A 파일은 사용자별 앱 스토리지에 있습니다.

특성

설명

이 이미지를 지정하지 않으면 Square150x150Logo 이미지가 해당 위치에서 사용하기 위해 축소됩니다.

적용 대상

추가 정보