LocalizableProperties.CreateDesignPropertyDescriptor 方法

定义

返回 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

适用于