CompositionPropertySet.TryGetBoolean(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定的布尔属性值。
public:
virtual CompositionGetValueStatus TryGetBoolean(Platform::String ^ propertyName, [Out] bool & value) = TryGetBoolean;
CompositionGetValueStatus TryGetBoolean(winrt::hstring const& propertyName, [Out] bool & value);
public CompositionGetValueStatus TryGetBoolean(string propertyName, out bool value);
Public Function TryGetBoolean (propertyName As String, ByRef value As Boolean) As CompositionGetValueStatus
参数
- propertyName
-
String
Platform::String
winrt::hstring
要检索的属性的名称。
- value
-
Boolean
bool
如果操作成功,则此方法返回时,此参数将包含指定的布尔属性值。
返回
返回 CompositionGetValueStatus 值,该值指示检索键值对的结果。
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|