StructuralTypeConfiguration.AddInstanceAnnotationContainer 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.
Adds the property info of the instanceannotation to this structural type.
public virtual void AddInstanceAnnotationContainer (System.Reflection.PropertyInfo propertyInfo);
abstract member AddInstanceAnnotationContainer : System.Reflection.PropertyInfo -> unit
override this.AddInstanceAnnotationContainer : System.Reflection.PropertyInfo -> unit
Public Overridable Sub AddInstanceAnnotationContainer (propertyInfo As PropertyInfo)
Parameters
- propertyInfo
- PropertyInfo
The property being added.