Properties are not displayed at design time, but only at run time

This might be a simple question, but I was stuck without a way out. I am trying to access a property that is not available at design time, but apparently in quick view mode at runtime. See this question I posted for details. I tried to get visible properties "only at runtime" in only a few ways than using reflection, but I get a null reference, saying that these properties do not exist in the type.

Any thoughts on why they are not available? Seeing their access specifiers, they look like "sealed" ( sealed ) (looking at the presentation of the VS.NET Babel icon). I could not understand this. Maybe something simple that I don’t have enough to understand?

The answer to this question on the MSDN blog says that it works, not for me. I also asked a question.

0
source share

Source: https://habr.com/ru/post/1400990/


All Articles