'Declaration <CategoryAttribute("Data")> <DescriptionAttribute("Comment sets the parent state.")> Public ReadOnly Property IsState As Boolean
[Category("Data")] [Description("Comment sets the parent state.")] public bool IsState { get; }
[Category("Data")] [Description("Comment sets the parent state.")] public: __property bool get_IsState();
[Category("Data")] [Description("Comment sets the parent state.")] public:
property bool IsState { bool get(); }
Property Value
True, если этот комментарий задает родительское состояние; в противном случае, false.