SecondaryTileVisualElements.Square30x30Logo 속성

정의

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

Square30x30 타일 크기는 Windows Phone 8.1에서 지원되지 않습니다.

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

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

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

속성 값

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

특성

설명

이 이미지를 지정하지 않으면 부모 앱의 30 x 30 이미지가 사용됩니다.

적용 대상

추가 정보