ElementListCompartment.SetMappedPropertyDefault(DomainPropertyInfo) Method
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.
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