Autodesk Vault ProfessionalVault API

GetColumnStyleHandlers Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ServicesIEntityStyleService

Gets a list of all of the GetColumnStyle delegates registered for a particular Property Definition via the AddColumnStyleHandler method.

Syntax

System.Collections.Generic.IEnumerable<Action<Style,IEntity,PropertyDefinition,object>> GetColumnStyleHandlers(
   System.string propDefSystemName
)
Function GetColumnStyleHandlers( _
   ByVal propDefSystemName As System.String _
) As System.Collections.Generic.IEnumerable(Of Action(Of Style,IEntity,PropertyDefinition,Object))

Parameters

NameDescription
propDefSystemNameThe system name of the Property Definition to retrieve the delegates for

Return Value

A list of all of the GetColumnStyle delegates associated with the specified Property Definition

See Also