TransformerInfo.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對於擴充 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 一部分。
備註
組態系統不會驗證指定的類型,以確保使用有效的類型名稱。 不過,載入網頁時,無效的類型會導致例外狀況。