Namespace: DeltaEngine.Editor.ContentManagerAssembly: DeltaEngine.Editor.ContentManager (in DeltaEngine.Editor.ContentManager.dll) Version: 1.1.1.0 (1.1.1)
public ObservableCollection<ContentIconAndName> DeleteSubContent(
Service service,
ObservableCollection<ContentIconAndName> contentList
)
public ObservableCollection<ContentIconAndName> DeleteSubContent(
Service service,
ObservableCollection<ContentIconAndName> contentList
)
Public Function DeleteSubContent (
service As Service,
contentList As ObservableCollection(Of ContentIconAndName)
) As ObservableCollection(Of ContentIconAndName)
Public Function DeleteSubContent (
service As Service,
contentList As ObservableCollection(Of ContentIconAndName)
) As ObservableCollection(Of ContentIconAndName)
public:
ObservableCollection<ContentIconAndName^>^ DeleteSubContent(
Service^ service,
ObservableCollection<ContentIconAndName^>^ contentList
)
public:
ObservableCollection<ContentIconAndName^>^ DeleteSubContent(
Service^ service,
ObservableCollection<ContentIconAndName^>^ contentList
)
member DeleteSubContent :
service : Service *
contentList : ObservableCollection<ContentIconAndName> -> ObservableCollection<ContentIconAndName>
member DeleteSubContent :
service : Service *
contentList : ObservableCollection<ContentIconAndName> -> ObservableCollection<ContentIconAndName>
Return Value
Type:
ObservableCollection ContentIconAndName