TextZoomBuilder 类

请注意:此 API 现在已过时。

默认设计时文本生成器中包含的方法。

继承层次结构

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebPartPages.TextZoomBuilder

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Please use ZoomBuilder.aspx to view a text input dialog")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class TextZoomBuilder _
    Inherits Control
用法
Dim instance As TextZoomBuilder
[ObsoleteAttribute("Please use ZoomBuilder.aspx to view a text input dialog")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class TextZoomBuilder : Control

备注

文本缩放生成器可以输入更多文本比通常可以容纳的属性网格。此生成器启用的所有属性的类型String。若要使用另一个属性类型该生成器,该属性的HtmlDesigner属性中提供此生成器的 URL。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

TextZoomBuilder 成员

Microsoft.SharePoint.WebPartPages 命名空间