OofReply.Implicit Operator

定義

オーバーロード

Implicit(OofReply to String)

オブジェクトと文字列の間の暗黙的な OofReply 変換を定義します。

Implicit(String to OofReply)

文字列とオブジェクトの間の暗黙的な変換を OofReply 定義します。

Implicit(OofReply to String)

オブジェクトと文字列の間の暗黙的な OofReply 変換を定義します。

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

パラメーター

oofReply
OofReply

OofReply文字列に変換するオブジェクト。

戻り値

指定した OofReply オブジェクトのメッセージを含む文字列。

適用対象

Implicit(String to OofReply)

文字列とオブジェクトの間の暗黙的な変換を OofReply 定義します。

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

パラメーター

message
String

オブジェクトに変換する OofReply メッセージ。

戻り値

OofReply指定したメッセージで初期化されたオブジェクト。

適用対象