다음을 통해 공유


ColorHelper.ToDisplayName(Color) 메서드

정의

지정된 색의 표시 이름을 검색합니다.

public:
 static Platform::String ^ ToDisplayName(Color color);
 static winrt::hstring ToDisplayName(Color const& color);
public static string ToDisplayName(Color color);
function toDisplayName(color)
Public Shared Function ToDisplayName (color As Color) As String

매개 변수

color
Color

이름을 가져올 색입니다.

반환

String

Platform::String

winrt::hstring

색의 지역화된 표시 이름입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상