SecondaryTile.SmallLogo 속성

정의

참고

SmallLogo는 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없을 수 있습니다. 대신 SecondaryTileVisualElements.Square30x30Logo를 사용합니다.

검색 결과, 모든 프로그램 목록 및 UI의 다른 위치에 사용되는 작은 로고 이미지를 가져오거나 설정합니다.

작은 로고는 Windows Phone 8.1 보조 타일과 함께 사용되지 않습니다.

public:
 property Uri ^ SmallLogo { Uri ^ get(); void set(Uri ^ value); };
/// [get: Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [set: Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
Uri SmallLogo();

void SmallLogo(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
Uri SmallLogo();

void SmallLogo(Uri value);
public System.Uri SmallLogo { [Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; [Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] set; }
public System.Uri SmallLogo { [Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("SmallLogo may be altered or unavailable for releases after Windows 8.1. Instead, use VisualElements.Square30x30Logo.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] set; }
var uri = secondaryTile.smallLogo;
secondaryTile.smallLogo = uri;
Public Property SmallLogo As Uri

속성 값

이미지의 위치입니다. 배포된 앱 패키지 내의 ms-appx:/// A 경로 체계를 사용하여 표현해야 합니다. 이 경로는 앱에서 지원하는 언어 및 DPI 고원에 대해 확인됩니다.

특성

설명

이 이미지가 제공되지 않으면 이 보조 타일의 부모 앱의 작은 로고가 사용됩니다.

보조 타일에서 사용할 앱이 로컬로 저장한 로고 이미지(ms-appdata://localfolder/)는 앱에서 삭제해서는 안 됩니다. 이렇게 하면 캐시가 지워지면 이미지가 손실되지 않습니다.

적용 대상