Proprietà DistributionAttribute.DesignerType

Ottiene l'oggetto Type della finestra di progettazione.

Spazio dei nomi:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DesignerType As Type
    Get
public Type DesignerType { get; }
public:
property Type^ DesignerType {
    Type^ get ();
}
member DesignerType : Type
function get DesignerType () : Type

Valore proprietà

Tipo: System.Type
Tipo specifico della finestra di progettazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DistributionAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.Tools.DataGenerator

IDesigner