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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.