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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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.