TargetPropertyPath Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mewakili jalur ke properti pada elemen target.
public ref class TargetPropertyPath sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.ITargetPropertyPathFactory, 65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TargetPropertyPath final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.ITargetPropertyPathFactory), 65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TargetPropertyPath
Public NotInheritable Class TargetPropertyPath
- Warisan
- Atribut
Contoh
Dalam contoh ini, myPanel.Orientation
adalah TargetPropertyPath
tempat myPanel
adalah Target dan Orientation
merupakan Properti.
<Setter Target="myPanel.Orientation" Value="Horizontal"/>
Keterangan
TargetPropertyPath
digunakan untuk membuat sintaks Setter.Target putus-putus yang disederhanakan di XAML.
Konstruktor
TargetPropertyPath() |
Menginisialisasi instans baru kelas TargetPropertyPath . |
TargetPropertyPath(DependencyProperty) |
Menginisialisasi instans baru kelas TargetPropertyPath dengan properti target yang ditentukan. |
Properti
Path |
Mendapatkan atau mengatur jalur ke properti pada elemen target. |
Target |
Mendapatkan atau mengatur objek yang berisi properti yang dijelaskan oleh Jalur. |