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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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.