共用方式為


CompositionPropertySet.InsertColor(String, Color) 方法

定義

插入 Color 索引鍵/值組。

public:
 virtual void InsertColor(Platform::String ^ propertyName, Color value) = InsertColor;
void InsertColor(winrt::hstring const& propertyName, Color const& value);
public void InsertColor(string propertyName, Color value);
function insertColor(propertyName, value)
Public Sub InsertColor (propertyName As String, value As Color)

參數

propertyName
String

Platform::String

winrt::hstring

與值相關聯的索引鍵。 此索引鍵可用來擷取值。

value
Color

要插入的值。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

適用於