IQueryExecutionContext.RemoteContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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