DialogViewModel.AddTaggedValuesToViewmodelTaggedValues Method

Plusprofil Addin

DialogViewModelAddTaggedValuesToViewmodelTaggedValues Method

[Missing <summary> documentation for "M:PlusprofilAddin.ViewModels.DialogViewModel.AddTaggedValuesToViewmodelTaggedValues(System.Collections.Generic.List{PlusprofilAddin.PlusprofilTaggedValue},System.Collections.Generic.List{System.Object})"]

Namespace:  PlusprofilAddin.ViewModels
Assembly:  PlusprofilAddin (in PlusprofilAddin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ObservableCollection<ObservableCollection<ViewModelTaggedValue>> AddTaggedValuesToViewmodelTaggedValues(
	List<PlusprofilTaggedValue> toAddList,
	List<Object> taggedValuesList
)

Parameters

toAddList
Type: System.Collections.GenericListPlusprofilTaggedValue

[Missing <param name="toAddList"/> documentation for "M:PlusprofilAddin.ViewModels.DialogViewModel.AddTaggedValuesToViewmodelTaggedValues(System.Collections.Generic.List{PlusprofilAddin.PlusprofilTaggedValue},System.Collections.Generic.List{System.Object})"]

taggedValuesList
Type: System.Collections.GenericListObject

[Missing <param name="taggedValuesList"/> documentation for "M:PlusprofilAddin.ViewModels.DialogViewModel.AddTaggedValuesToViewmodelTaggedValues(System.Collections.Generic.List{PlusprofilAddin.PlusprofilTaggedValue},System.Collections.Generic.List{System.Object})"]

Return Value

Type: ObservableCollectionObservableCollectionViewModelTaggedValue

[Missing <returns> documentation for "M:PlusprofilAddin.ViewModels.DialogViewModel.AddTaggedValuesToViewmodelTaggedValues(System.Collections.Generic.List{PlusprofilAddin.PlusprofilTaggedValue},System.Collections.Generic.List{System.Object})"]

See Also