共用方式為


CompositionPropertySet.InsertScalar(String, Single) 方法

定義

插入單一 索引 鍵/值組。

public:
 virtual void InsertScalar(Platform::String ^ propertyName, float value) = InsertScalar;
void InsertScalar(winrt::hstring const& propertyName, float const& value);
public void InsertScalar(string propertyName, float value);
function insertScalar(propertyName, value)
Public Sub InsertScalar (propertyName As String, value As Single)

參數

propertyName
String

Platform::String

winrt::hstring

要插入的屬性名稱。

value
Single

float

要插入的 屬性值。

適用於