다음을 통해 공유


ConnectedServiceContext.UpdateContext 속성

정의

연결된 서비스를 업데이트할 때 제공되는 정보를 가져오거나 설정하거나 연결된 서비스가 업데이트되지 않는 경우 null을 설정합니다.

public:  property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceUpdateContext ^ UpdateContext {  public:
Microsoft::VisualStudio::ConnectedServices::ConnectedServiceUpdateContext ^ get(); protected:
 void set(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceUpdateContext ^ value); };
public Microsoft.VisualStudio.ConnectedServices.ConnectedServiceUpdateContext UpdateContext { get; protected set; }
member this.UpdateContext : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceUpdateContext with get, set
Public Property UpdateContext As ConnectedServiceUpdateContext

속성 값

ConnectedServiceUpdateContext를 반환합니다.

적용 대상