Bagikan melalui


PropertyInformation.IsLocked Properti

Definisi

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

truePropertyInformation 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 .

Berlaku untuk