ContentWrapperAttribute(Type) 建構函式

定義

初始化 ContentWrapperAttribute 類別的新執行個體。

public:
 ContentWrapperAttribute(Type ^ contentWrapper);
public ContentWrapperAttribute(Type contentWrapper);
new System.Windows.Markup.ContentWrapperAttribute : Type -> System.Windows.Markup.ContentWrapperAttribute
Public Sub New (contentWrapper As Type)

參數

contentWrapper
Type

Type 個被宣告為集合類型的內容包裝器。

適用於