TextViewBuilderRemove Method
Removes
TextProperty objects that match a specified predicate from the specified
property of the
VCard.
Namespace: FolkerKinzel.VCards.BuilderPartsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public VCardBuilder Remove(
Func<TextProperty, bool> predicate
)
Public Function Remove (
predicate As Func(Of TextProperty, Boolean)
) As VCardBuilder
public:
VCardBuilder^ Remove(
Func<TextProperty^, bool>^ predicate
)
member Remove :
predicate : Func<TextProperty, bool> -> VCardBuilder
- predicate FuncTextProperty, Boolean
- A function that returns true for TextProperty
objects that shall be removed.
VCardBuilderThe
VCardBuilder instance that initialized this
TextBuilder
to be able to chain calls.