Class DesignTimeInstanceFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll
Syntax
public class DesignTimeInstanceFactory : RuntimeInstanceFactory
Constructors
DesignTimeInstanceFactory(IDesignerHost)
Declaration
public DesignTimeInstanceFactory(IDesignerHost designerHost)
Parameters
System.ComponentModel.Design.IDesignerHost
designerHost
|
Properties
DesignerHost
Declaration
public IDesignerHost DesignerHost { get; }
Property Value
System.ComponentModel.Design.IDesignerHost
|
Methods
CreateInstance(Type)
Declaration
public override object CreateInstance(Type instanceType)
Parameters
System.Type
instanceType
|
Returns
System.Object
|