Partager via


ConversationId.Implicit Opérateur

Définition

Surcharges

Implicit(ConversationId to String)

Effectue une conversion implicite entre un objet ConversationId et une chaîne.

Implicit(String to ConversationId)

Effectue une conversion implicite entre une chaîne et un objet ConversationId.

Implicit(ConversationId to String)

Effectue une conversion implicite entre un objet ConversationId et une chaîne.

public:
 static operator System::String ^(Microsoft::Exchange::WebServices::Data::ConversationId ^ conversationId);
public static implicit operator string (Microsoft.Exchange.WebServices.Data.ConversationId conversationId);

Paramètres

conversationId
ConversationId

Identificateur unique à convertir en chaîne.

Retours

Objet ConversationId initialisé avec l’identificateur unique spécifié.

S’applique à

Implicit(String to ConversationId)

Effectue une conversion implicite entre une chaîne et un objet ConversationId.

public:
 static operator Microsoft::Exchange::WebServices::Data::ConversationId ^(System::String ^ uniqueId);
public static implicit operator Microsoft.Exchange.WebServices.Data.ConversationId (string uniqueId);
Public Shared Widening Operator CType (uniqueId As String) As ConversationId

Paramètres

uniqueId
String

Identificateur unique à convertir en objet ConversationId.

Retours

Objet d’identificateur de conversation.

S’applique à