AssociatedPropertyInfo Constructors
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.
Overloads
AssociatedPropertyInfo(Guid) |
Create a AssociatedPropertyInfo that points at a property on the ModelElement associated with the PresentationElement that the ShapeField is hosted on. |
AssociatedPropertyInfo(Guid, PresentationDomainNavigator, DomainPresentationNavigator) |
Create an AssociatedPropertyInfo that points at a property on a ModelElement somewhere in the model. The given delegates are used to navigate to/from the shape to this element. |
AssociatedPropertyInfo(Guid)
Create a AssociatedPropertyInfo that points at a property on the ModelElement associated with the PresentationElement that the ShapeField is hosted on.
public:
AssociatedPropertyInfo(Guid propertyId);
public AssociatedPropertyInfo (Guid propertyId);
new Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo : Guid -> Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
Public Sub New (propertyId As Guid)
Parameters
- propertyId
- Guid
Applies to
AssociatedPropertyInfo(Guid, PresentationDomainNavigator, DomainPresentationNavigator)
Create an AssociatedPropertyInfo that points at a property on a ModelElement somewhere in the model. The given delegates are used to navigate to/from the shape to this element.
public:
AssociatedPropertyInfo(Guid propertyId, Microsoft::VisualStudio::Modeling::Diagrams::PresentationDomainNavigator ^ presentationDomainNavigator, Microsoft::VisualStudio::Modeling::Diagrams::DomainPresentationNavigator ^ domainPresentationNavigator);
public AssociatedPropertyInfo (Guid propertyId, Microsoft.VisualStudio.Modeling.Diagrams.PresentationDomainNavigator presentationDomainNavigator, Microsoft.VisualStudio.Modeling.Diagrams.DomainPresentationNavigator domainPresentationNavigator);
new Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo : Guid * Microsoft.VisualStudio.Modeling.Diagrams.PresentationDomainNavigator * Microsoft.VisualStudio.Modeling.Diagrams.DomainPresentationNavigator -> Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
Public Sub New (propertyId As Guid, presentationDomainNavigator As PresentationDomainNavigator, domainPresentationNavigator As DomainPresentationNavigator)
Parameters
- propertyId
- Guid
- presentationDomainNavigator
- PresentationDomainNavigator
- domainPresentationNavigator
- DomainPresentationNavigator