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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.