'宣言
Public Shared Function CollectionFromXml( _
ByVal As String _
) As Infragistics.Collections.ObservableCollectionExtended(Of ProjectCalendarWorkWeek)
public static Infragistics.Collections.ObservableCollectionExtended<ProjectCalendarWorkWeek> CollectionFromXml(
string
)