D
dirk.bonne
Hi,
I have a problem seeing the members of the base interfaces when using a
data source in the visual studio designer.
as an example:
public interface A { int Am { get; } }
public interface B : A { int Bm { get; } }
In visual studio 2005, I create a data source (Add New Data Source) and
select the B interface,
When I look at the available member properties I only see Bm not Am. So
I can not for exampl bind a ComboBox to the member Am. Is there a way
around this?
any hint is very welcome!
Dirk
I have a problem seeing the members of the base interfaces when using a
data source in the visual studio designer.
as an example:
public interface A { int Am { get; } }
public interface B : A { int Bm { get; } }
In visual studio 2005, I create a data source (Add New Data Source) and
select the B interface,
When I look at the available member properties I only see Bm not Am. So
I can not for exampl bind a ComboBox to the member Am. Is there a way
around this?
any hint is very welcome!
Dirk