GlobalObjectProvider.GetGlobalObjectsCore(Project, Type) 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.
When overridden in a derived class, returns a collection of global objects for the specified project that match the specified type.
protected:
abstract Microsoft::VisualStudio::Shell::Design::GlobalObjectCollection ^ GetGlobalObjectsCore(EnvDTE::Project ^ project, Type ^ baseType);
protected abstract Microsoft.VisualStudio.Shell.Design.GlobalObjectCollection GetGlobalObjectsCore (EnvDTE.Project project, Type baseType);
abstract member GetGlobalObjectsCore : EnvDTE.Project * Type -> Microsoft.VisualStudio.Shell.Design.GlobalObjectCollection
Protected MustOverride Function GetGlobalObjectsCore (project As Project, baseType As Type) As GlobalObjectCollection
Parameters
- baseType
- Type
The Type of the GlobalObject to filter on. Can be null
to indicate no filtering.
Returns
A GlobalObjectCollection containing the global objects of the specified Type for the specified project.