Skip to content

Commit 5a1cf0a

Browse files
committed
remove service broker
1 parent 9847aeb commit 5a1cf0a

File tree

1 file changed

+0
-4
lines changed
  • docs/extensibility/visualstudio.extensibility/project

1 file changed

+0
-4
lines changed

docs/extensibility/visualstudio.extensibility/project/project.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ The `WorkspacesExtensibility` object, built into `Microsoft.VisualStudio.Extensi
6868
WorkspacesExtensibility workspace = this.Extensibility.Workspaces();
6969
```
7070

71-
In the example above, `context` refers to an instance of `IClientContext` provided by `Microsoft.VisualStudio.Extensibility`. It is used to access contextual information and services related to the current state and environment of the IDE.
72-
73-
For those utilizing the service broker, consult the [Project Query API article for Visual Studio SDK](../../project-visual-studio-sdk.md) for detailed queries.
74-
7571
## Query the project system for a project
7672

7773
The [`WorkspacesExtensibility`](/dotnet/api/microsoft.visualstudio.extensibility.workspacesextensibility) object lets you query for an individual project: if you have the project GUID. There are usually two GUIDs associated with a project, one that represents the project type, and other that uniquely represents the project. You can find the project's unique GUID in the solution file, or from an extension, you can query for the `Guid` property as demonstrated in the next section.

0 commit comments

Comments
 (0)