LocalizableProperties.CreateDesignPropertyDescriptor Method
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.
Returns a DesignPropertyDescriptor wrapper on the given property descriptor.
public:
virtual Microsoft::VisualStudio::Shell::DesignPropertyDescriptor ^ CreateDesignPropertyDescriptor(System::ComponentModel::PropertyDescriptor ^ p);
public virtual Microsoft.VisualStudio.Shell.DesignPropertyDescriptor CreateDesignPropertyDescriptor (System.ComponentModel.PropertyDescriptor p);
abstract member CreateDesignPropertyDescriptor : System.ComponentModel.PropertyDescriptor -> Microsoft.VisualStudio.Shell.DesignPropertyDescriptor
override this.CreateDesignPropertyDescriptor : System.ComponentModel.PropertyDescriptor -> Microsoft.VisualStudio.Shell.DesignPropertyDescriptor
Public Overridable Function CreateDesignPropertyDescriptor (p As PropertyDescriptor) As DesignPropertyDescriptor
Parameters
Property descriptor.
Returns
Returns a DesignPropertyDescriptor.