LinkedElementCollection<T>.TypeForAddNew Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Override point for changing the type which AddNew creates.
protected:
virtual property Type ^ TypeForAddNew { Type ^ get(); };
protected virtual Type TypeForAddNew { get; }
member this.TypeForAddNew : Type
Protected Overridable ReadOnly Property TypeForAddNew As Type
Property Value
Remarks
The returned type must be type-compatible with T