LocalizableProperties.CreateDesignPropertyDescriptor(PropertyDescriptor) Метод

Определение

Возвращает программу-оболочку DesignPropertyDescriptor для заданного дескрипторе свойства.

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

Параметры

p
PropertyDescriptor

Дескриптор свойства.

Возвращаемое значение

DesignPropertyDescriptor

Возвращает значение типа DesignPropertyDescriptor.

Применяется к