2009-05-29 7 views
0

VB.NET에서 Bindable LINQ를 사용할 수 없습니다. .AsBindable 확장을 표시하려면 어떻게합니까?VB.NET에서 BINDABLE LINQ (BLinq)

샘플 코드 :

Class TestList : Inherits Bindable.Linq.Collection.BindableCollection(Of TestItem) 
    'Some Helpers and stuff' 
End Class 

Class TestItem 
    'Some Properties' 
End Class 

내가 마술 항목의 전체 집합을 마련 상상해보십시오. "AsBindable이 TestList의 멤버가 아닙니다"라는 나는 다음과 같은

DataContext = From G In TheList.AsBindable Order By G.Name 

같은 것을 stry 것이다 그러나 나는 .AsBindable에 오류가

답변

1

이 날의 재미를하지 말고 모든 난에 있었다 가져 오기 Bindable했습니다 .Linq

관련 문제