DesignerAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci DesignerAttribute třídy.
Přetížení
| Name | Description |
|---|---|
| DesignerAttribute(String) |
Inicializuje novou instanci DesignerAttribute třídy pomocí názvu typu, který poskytuje služby v době návrhu. |
| DesignerAttribute(Type) |
Inicializuje novou instanci DesignerAttribute třídy pomocí typu, který poskytuje služby v době návrhu. |
| DesignerAttribute(String, String) |
Inicializuje novou instanci DesignerAttribute třídy pomocí typu návrháře a základní třídy pro návrháře. |
| DesignerAttribute(String, Type) |
Inicializuje novou instanci DesignerAttribute třídy pomocí názvu třídy návrháře a základní třídy návrháře. |
| DesignerAttribute(Type, Type) |
Inicializuje novou instanci DesignerAttribute třídy pomocí typů návrháře a návrhář základní třídy. |
DesignerAttribute(String)
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
Inicializuje novou instanci DesignerAttribute třídy pomocí názvu typu, který poskytuje služby v době návrhu.
public:
DesignerAttribute(System::String ^ designerTypeName);
public DesignerAttribute(string designerTypeName);
new System.ComponentModel.DesignerAttribute : string -> System.ComponentModel.DesignerAttribute
Public Sub New (designerTypeName As String)
Parametry
- designerTypeName
- String
Zřetězení plně kvalifikovaného názvu typu, který poskytuje služby v době návrhu pro komponentu, na kterou je tento atribut vázán, a název sestavení, ve kterém se tento typ nachází.
Poznámky
Třída, kterou používáte pro služby v době návrhu IDesigner , musí implementovat rozhraní.
Platí pro
DesignerAttribute(Type)
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
Inicializuje novou instanci DesignerAttribute třídy pomocí typu, který poskytuje služby v době návrhu.
public:
DesignerAttribute(Type ^ designerType);
public DesignerAttribute(Type designerType);
new System.ComponentModel.DesignerAttribute : Type -> System.ComponentModel.DesignerAttribute
Public Sub New (designerType As Type)
Parametry
- designerType
- Type
A Type , který představuje třídu, která poskytuje služby návrhu pro komponentu, ke které je tento atribut vázán.
Poznámky
Třída, kterou používáte pro služby v době návrhu IDesigner , musí implementovat rozhraní.
Platí pro
DesignerAttribute(String, String)
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
Inicializuje novou instanci DesignerAttribute třídy pomocí typu návrháře a základní třídy pro návrháře.
public:
DesignerAttribute(System::String ^ designerTypeName, System::String ^ designerBaseTypeName);
public DesignerAttribute(string designerTypeName, string designerBaseTypeName);
new System.ComponentModel.DesignerAttribute : string * string -> System.ComponentModel.DesignerAttribute
Public Sub New (designerTypeName As String, designerBaseTypeName As String)
Parametry
- designerTypeName
- String
Zřetězení plně kvalifikovaného názvu typu, který poskytuje služby v době návrhu pro komponentu, na kterou je tento atribut vázán, a název sestavení, ve kterém se tento typ nachází.
- designerBaseTypeName
- String
Plně kvalifikovaný název základní třídy pro přidružení ke třídě návrháře.
Poznámky
Třída, kterou používáte pro služby v době návrhu IDesigner , musí implementovat rozhraní.
Tento designerBaseTypeName parametr umožňuje připojit pro danou třídu více než jeden typ návrháře.
Platí pro
DesignerAttribute(String, Type)
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
Inicializuje novou instanci DesignerAttribute třídy pomocí názvu třídy návrháře a základní třídy návrháře.
public:
DesignerAttribute(System::String ^ designerTypeName, Type ^ designerBaseType);
public DesignerAttribute(string designerTypeName, Type designerBaseType);
new System.ComponentModel.DesignerAttribute : string * Type -> System.ComponentModel.DesignerAttribute
Public Sub New (designerTypeName As String, designerBaseType As Type)
Parametry
- designerTypeName
- String
Zřetězení plně kvalifikovaného názvu typu, který poskytuje služby v době návrhu pro komponentu, na kterou je tento atribut vázán, a název sestavení, ve kterém se tento typ nachází.
- designerBaseType
- Type
A Type , který představuje základní třídu, která se má přidružit k designerTypeName.
Poznámky
Třída, kterou používáte pro služby v době návrhu IDesigner , musí implementovat rozhraní.
Tento designerBaseType parametr umožňuje připojit pro danou třídu více než jeden typ návrháře.
Platí pro
DesignerAttribute(Type, Type)
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
- Zdroj:
- DesignerAttribute.cs
Inicializuje novou instanci DesignerAttribute třídy pomocí typů návrháře a návrhář základní třídy.
public:
DesignerAttribute(Type ^ designerType, Type ^ designerBaseType);
public DesignerAttribute(Type designerType, Type designerBaseType);
new System.ComponentModel.DesignerAttribute : Type * Type -> System.ComponentModel.DesignerAttribute
Public Sub New (designerType As Type, designerBaseType As Type)
Parametry
- designerType
- Type
A Type , který představuje třídu, která poskytuje služby návrhu pro komponentu, ke které je tento atribut vázán.
- designerBaseType
- Type
A Type , který představuje základní třídu, která se má přidružit k designerType.
Poznámky
Třída, kterou používáte pro služby v době návrhu IDesigner , musí implementovat rozhraní.
Tento designerBaseType parametr umožňuje připojit pro danou třídu více než jeden typ návrháře.