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.
Create a AssociatedPropertyInfo that points at a property on the ModelElement associated with the PresentationElement that the ShapeField is hosted on.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
propertyId As Guid _
)
public AssociatedPropertyInfo(
Guid propertyId
)
public:
AssociatedPropertyInfo(
Guid propertyId
)
new :
propertyId:Guid -> AssociatedPropertyInfo
public function AssociatedPropertyInfo(
propertyId : Guid
)
Parameters
- propertyId
Type: System.Guid
Remarks
Create an AssociatedPropertyInfo that points at a property on the ModelElement that is associated with the PresentationElement on which the ShapeField is hosted.
.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.