ElementListCompartment.SetMappedPropertyDefault(DomainPropertyInfo) Method

Definition

Sets the ListCompartmentItem's mapped property to it's default value. The base class implementation does nothing, but provides an entry point for derived classes that want to specify a default value.

protected:
 virtual void SetMappedPropertyDefault(Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ propertyInfo);
protected virtual void SetMappedPropertyDefault (Microsoft.VisualStudio.Modeling.DomainPropertyInfo propertyInfo);
abstract member SetMappedPropertyDefault : Microsoft.VisualStudio.Modeling.DomainPropertyInfo -> unit
override this.SetMappedPropertyDefault : Microsoft.VisualStudio.Modeling.DomainPropertyInfo -> unit
Protected Overridable Sub SetMappedPropertyDefault (propertyInfo As DomainPropertyInfo)

Parameters

propertyInfo
DomainPropertyInfo

Applies to