LocalizableProperties.CreateDesignPropertyDescriptor 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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
参数
属性描述符。