IOutputSettingValuesTargetGetAttributes Method  | 
 
            Gets the attributes, if applicable, for this element, where the default attributes are prefiltered with the ignored
            attributes defined in this element. All name macros and $length/$precision/$scale macros are replaced with real values. (if applicable)
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Interfaces
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
SyntaxIEnumerable<string> GetAttributes(
	ITargetFrameworkHolder frameworkHolder
)
Function GetAttributes ( 
	frameworkHolder As ITargetFrameworkHolder
) As IEnumerable(Of String)
Parameters
- frameworkHolder
 - Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The framework holder which can be a derived model or the project. 
Return Value
Type: 
IEnumerableStringlist of attribute strings defined for this element
RemarksNot all macros have been processed: the language specific macros still need processing.
See Also