ContactPhone Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContactPhone() |
Initializes a new instance of the ContactPhone class. |
ContactPhone(String) |
Initializes a new instance of the ContactPhone class with the given data. |
ContactPhone()
- Source:
- Contact.shared.cs
- Source:
- Contact.shared.cs
Initializes a new instance of the ContactPhone class.
public:
ContactPhone();
public ContactPhone();
Public Sub New ()
Applies to
ContactPhone(String)
- Source:
- Contact.shared.cs
- Source:
- Contact.shared.cs
Initializes a new instance of the ContactPhone class with the given data.
public:
ContactPhone(System::String ^ phoneNumber);
public ContactPhone(string phoneNumber);
new Microsoft.Maui.ApplicationModel.Communication.ContactPhone : string -> Microsoft.Maui.ApplicationModel.Communication.ContactPhone
Public Sub New (phoneNumber As String)
Parameters
- phoneNumber
- String
The phone number.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.