共用方式為


CompositionPropertySet.TryGetBoolean(String, Boolean) 方法

定義

擷取指定的布林屬性值。

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 引進)

適用於