IVsProjectDesignerPageSite 接口
实现的接口 (除了 IPropertyPageSite) 由站点的项目设计器承载属性页。为项目设计器支持的一些高级方案是必需的 (例如,自动撤消和重做),但是,使用此接口来承载作为在项目设计器的属性页并不是必需的。
命名空间: Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
程序集: Microsoft.VisualStudio.ManagedInterfaces(在 Microsoft.VisualStudio.ManagedInterfaces.dll 中)
语法
声明
<GuidAttribute("e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")> _
Public Interface IVsProjectDesignerPageSite
[GuidAttribute("e3a4b4ea-df8b-483a-b85e-d8c3a82d1995")]
public interface IVsProjectDesignerPageSite
IVsProjectDesignerPageSite 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
GetTransaction | 允许事务访问将多个属性更改单个撤消/重做单元。 | |
OnPropertyChanged | 引发于在属性页中的属性后已更改。 | |
OnPropertyChanging | 引发于属性值之前更改。 |
页首
请参见
参考
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间