次の方法で共有


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 で導入)

適用対象