Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the element on which the property being displayed for the given element is hosted.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Delegate Function PropertyElementGetter ( _
element As ModelElement _
) As ModelElement
public delegate ModelElement PropertyElementGetter(
ModelElement element
)
public delegate ModelElement^ PropertyElementGetter(
ModelElement^ element
)
type PropertyElementGetter =
delegate of
element:ModelElement -> ModelElement
JScript does not support delegates.
Parameters
element
Type: Microsoft.VisualStudio.Modeling.ModelElementThe ModelElement on which the property is displayed.
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement