Compartir a través de


IQueryExecutionContext.RemoteContext Property

Definition

Gets the context of the execution, if it has a remote origin. It is null, if it is executed inside a stand-alone VS session.

[System.Runtime.CompilerServices.Nullable(2)]
public Microsoft.VisualStudio.ProjectSystem.Query.Remoting.IQueryExecutionRemoteContext? RemoteContext { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.RemoteContext : Microsoft.VisualStudio.ProjectSystem.Query.Remoting.IQueryExecutionRemoteContext
Public ReadOnly Property RemoteContext As IQueryExecutionRemoteContext

Property Value

Attributes

Applies to