VCardBuilderCreate(VCard) Method
Returns a
VCardBuilder that edits the
VCard
object that is passed to the method as argument.
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
public static VCardBuilder Create(
VCard vCard
)
Public Shared Function Create (
vCard As VCard
) As VCardBuilder
public:
static VCardBuilder^ Create(
VCard^ vCard
)
static member Create :
vCard : VCard -> VCardBuilder
- vCard VCard
- The VCard object to edit.
VCardBuilderThe
VCardBuilder that that edits the
vCard.