Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Protected Overridable Sub SetMappedPropertyDefault ( _
propertyInfo As DomainPropertyInfo _
)
protected virtual void SetMappedPropertyDefault(
DomainPropertyInfo propertyInfo
)
protected:
virtual void SetMappedPropertyDefault(
DomainPropertyInfo^ propertyInfo
)
abstract SetMappedPropertyDefault :
propertyInfo:DomainPropertyInfo -> unit
override SetMappedPropertyDefault :
propertyInfo:DomainPropertyInfo -> unit
protected function SetMappedPropertyDefault(
propertyInfo : DomainPropertyInfo
)
Parameters
- propertyInfo
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.