Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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