PropertyInformation.IsLocked Properti
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.
Mendapatkan nilai yang menentukan apakah atribut konfigurasi dikunci.
public:
property bool IsLocked { bool get(); };
public bool IsLocked { get; }
member this.IsLocked : bool
Public ReadOnly Property IsLocked As Boolean
Nilai Properti
true
PropertyInformation jika objek dikunci; jika tidak, false
.
Contoh
Contoh kode berikut menunjukkan cara menggunakan IsLocked properti . Contoh kode ini adalah bagian dari contoh yang lebih besar yang disediakan untuk PropertyInformation kelas .
// Display the IsLocked property.
Console.WriteLine("IsLocked: {0}", propertyItem.IsLocked);
' Display the IsLocked property.
Console.WriteLine("IsLocked: {0}", propertyItem.IsLocked)
Keterangan
Properti IsLocked kembali true
ketika elemen terkait dikunci oleh LockAttributes properti atau LockAllAttributesExcept .