GlobalObjectProvider.GetGlobalTypesCore(Project) Method

Definition

Gets a collection of global types for the specified project that match the specified type.

protected:
 virtual Microsoft::VisualStudio::Shell::Design::GlobalTypeCollection ^ GetGlobalTypesCore(EnvDTE::Project ^ project);
protected virtual Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection GetGlobalTypesCore (EnvDTE.Project project);
abstract member GetGlobalTypesCore : EnvDTE.Project -> Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection
override this.GetGlobalTypesCore : EnvDTE.Project -> Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection
Protected Overridable Function GetGlobalTypesCore (project As Project) As GlobalTypeCollection

Parameters

project
Project

The Project from which to obtain global types.

Returns

A GlobalTypeCollection containing the global types for the specified project.

Applies to