UIElement.Lights プロパティ

定義

この要素にアタッチされている XamlLight オブジェクトのコレクションを取得します。

public:
 property IVector<XamlLight ^> ^ Lights { IVector<XamlLight ^> ^ get(); };
IVector<XamlLight> Lights();
public IList<XamlLight> Lights { get; }
var iVector = uIElement.lights;
Public ReadOnly Property Lights As IList(Of XamlLight)
<uielement>
  <uielement.Lights>
    oneOrMoreXamlLights
  </uielement.Lights>
</uielement>

プロパティ値

UIElement に適用される XamlLight 要素のコレクション。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象

こちらもご覧ください