public static Collection<ComponentElement> GetComponentElements( string category )
Public Shared Function GetComponentElements( _ ByVal category As String _ ) As Collection(Of ComponentElement)
Collection<ArcGIS.Desktop.Framework.ComponentElement> components; components = Categories.GetComponentElements("ProjectContainers"); // Check the components foreach (ComponentElement component in components) { string value = component.ReadAttribute("type"); if (value != key) continue; ProjectItemContainer container = null; try { container = component.CreateComponent() as ProjectItemContainer; if (container == null) return null; . . .
Target Platforms: Windows 11, Windows 10, Windows 8.1
Categories Class Categories Members