DesignPropertyDescriptor(PropertyDescriptor) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor. Copy the base property descriptor and also hold a pointer to it for calling its overridden abstract methods.
public:
DesignPropertyDescriptor(System::ComponentModel::PropertyDescriptor ^ prop);
public DesignPropertyDescriptor (System.ComponentModel.PropertyDescriptor prop);
new Microsoft.VisualStudio.Shell.DesignPropertyDescriptor : System.ComponentModel.PropertyDescriptor -> Microsoft.VisualStudio.Shell.DesignPropertyDescriptor
Public Sub New (prop As PropertyDescriptor)