GlobalObjectService.GetGlobalTypes Method
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.
Returns a collection of currently available global types.
public:
Microsoft::VisualStudio::Shell::Design::GlobalTypeCollection ^ GetGlobalTypes();
public Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection GetGlobalTypes ();
member this.GetGlobalTypes : unit -> Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection
Public Function GetGlobalTypes () As GlobalTypeCollection
Returns
A GlobalTypeCollection containing the currently available global types.
Exceptions
One of the queried global service provider factories returned null
provider or provider collection.