UniqueBody.Implicit(UniqueBody to String) Operator

定義

UniqueBody の文字列への暗黙的な変換を定義します。

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

パラメーター

messageBody
UniqueBody

文字列に変換する UniqueBody。

戻り値

UniqueBody のテキストを含む文字列。

適用対象