共用方式為


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 一部分。

備註

組態系統不會驗證指定的類型,以確保使用有效的類型名稱。 不過,載入網頁時,不正確類型會導致例外狀況。

適用於

另請參閱