TypePickingCollectionElementAddCommand.CreatedElementType Property
Gets or sets the value of the element type to create during execute.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property CreatedElementType As Type
public Type CreatedElementType { get; set; }
public:
property Type^ CreatedElementType {
Type^ get ();
void set (Type^ value);
}
public function get CreatedElementType () : Type
public function set CreatedElementType (value : Type)
See Also
TypePickingCollectionElementAddCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace