IDesignerHost.GetDesigner(IComponent) 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.
Gets the designer instance that contains the specified component.
public:
System::ComponentModel::Design::IDesigner ^ GetDesigner(System::ComponentModel::IComponent ^ component);
public System.ComponentModel.Design.IDesigner GetDesigner (System.ComponentModel.IComponent component);
public System.ComponentModel.Design.IDesigner? GetDesigner (System.ComponentModel.IComponent component);
abstract member GetDesigner : System.ComponentModel.IComponent -> System.ComponentModel.Design.IDesigner
Public Function GetDesigner (component As IComponent) As IDesigner
Parameters
- component
- IComponent
The IComponent to retrieve the designer for.
Returns
An IDesigner, or null
if there is no designer for the specified component.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา