ExtenderControlToolboxItem.GetTargetControlTypes(IDesignerHost) 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 the collection of target types.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Type ^> ^ GetTargetControlTypes(System::ComponentModel::Design::IDesignerHost ^ host);
public System.Collections.ObjectModel.ReadOnlyCollection<Type> GetTargetControlTypes (System.ComponentModel.Design.IDesignerHost host);
member this.GetTargetControlTypes : System.ComponentModel.Design.IDesignerHost -> System.Collections.ObjectModel.ReadOnlyCollection<Type>
Public Function GetTargetControlTypes (host As IDesignerHost) As ReadOnlyCollection(Of Type)
Parameters
- host
- IDesignerHost
The control host.
Returns
A read-only collection of the target types.
Remarks
The collection is cached for performance by using the Properties dictionary.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.