CompositionPropertySet.InsertScalar(String, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
要插入的属性的值。