Initializes a new source with the specified
context and URI.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public vCardSource( Uri uri, string context ) |
Visual Basic |
---|
Public Sub New ( _ uri As Uri, _ context As String _ ) |
Visual C++ |
---|
public: vCardSource( Uri^ uri, String^ context ) |
Parameters
- uri
- Type: System..::..Uri
The URI of the source of the vCard data.
- context
- Type: System..::..String
The context of the source.