ContentWrapperAttribute(Type) Constructor

Definition

Initializes a new instance of the ContentWrapperAttribute class.

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

Parameters

contentWrapper
Type

The Type that is declared as a content wrapper for the collection type.

Applies to