VCUserMacro.InheritsFromParent Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir Kullanıcı makrosunun, üst öğesinden değerleri devralıp devramadığını alır veya ayarlar.
public:
property bool InheritsFromParent { bool get(); void set(bool value); };
public:
property bool InheritsFromParent { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2402)]
public bool InheritsFromParent { [System.Runtime.InteropServices.DispId(2402)] get; [System.Runtime.InteropServices.DispId(2402)] set; }
[<System.Runtime.InteropServices.DispId(2402)>]
[<get: System.Runtime.InteropServices.DispId(2402)>]
[<set: System.Runtime.InteropServices.DispId(2402)>]
member this.InheritsFromParent : bool with get, set
Public Property InheritsFromParent As Boolean
Özellik Değeri
TRUE makro onun üst öğesinden devralırsa, FALSE bu değildir.
- Öznitelikler