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.
Delegate to get the string to display on the compartment list item for the given model element.
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 DisplayStringGetter ( _
element As ModelElement _
) As String
public delegate string DisplayStringGetter(
ModelElement element
)
public delegate String^ DisplayStringGetter(
ModelElement^ element
)
type DisplayStringGetter =
delegate of
element:ModelElement -> string
JScript does not support delegates.
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: String