TransformerInfo.Type 属性

定义

为扩展 WebPartTransformer 类的类获取或设置类型引用。

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Type : string with get, set
Public Property Type As String

属性值

一个类的类型引用,该类扩展 WebPartTransformer 类。

属性

示例

下面的代码示例说明如何使用 Type 属性。 此代码示例是为 类型提供的更大示例的 WebPartsSection 一部分。

注解

配置系统不会验证指定的类型,以确保使用有效的类型名称。 但是,加载网页时,无效类型将导致异常。

适用于

另请参阅