ConnectedServiceContext.Logger プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
呼び出し元にメッセージを書き込むのに使用できるロガーを取得または設定します。 これには、成功しなかったがエンド ユーザーが修正できるステップや、操作が失敗した原因となったエラーの警告が含まれます。
public: property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ Logger { public:
Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ get(); protected:
void set(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ value); };
public: property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ Logger { public:
Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ get(); protected:
void set(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ value); };
public Microsoft.VisualStudio.ConnectedServices.ConnectedServiceLogger Logger { get; protected set; }
member this.Logger : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceLogger with get, set
Public Property Logger As ConnectedServiceLogger
プロパティ値
ConnectedServiceLogger が返されます。