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

适用于