Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#2834 from MicrosoftDocs/crdun-public…
Browse files Browse the repository at this point in the history
…issue-1453

[mac] update old codeplex link
  • Loading branch information
PRMerger15 authored Aug 29, 2018
2 parents 8f2c045 + 1ada73f commit a24651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/extending-visual-studio-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ They also have their corresponding `assembly:AddinDependency ` attributes added

## Extensions and extension points

An extension point is a placeholder that defines a data structure (a type), while an extension defines data that conforms to a structure specified by a specific extension point. Extension points specify what type of extension they can accept in their declaration. Extensions are declared using type names or extension paths. See the [Extension Point reference](http://monoaddins.codeplex.com/wikipage?title=Extension%20Points&referringTitle=Description%20of%20Add-ins%20and%20Add-in%20Roots) for a more in-depth explanation on how to create the extension point that you need.
An extension point is a placeholder that defines a data structure (a type), while an extension defines data that conforms to a structure specified by a specific extension point. Extension points specify what type of extension they can accept in their declaration. Extensions are declared using type names or extension paths. See the [Extension Point reference](https://github.com/mono/mono-addins/wiki/Extension-Points) for a more in-depth explanation on how to create the extension point that you need.

The extension/extension point architecture keeps the development of Visual Studio for Mac fast and modular.

Expand Down

0 comments on commit a24651d

Please sign in to comment.