Returns an attrbute for the specified code element.
public static IAttributeInfo GetAttribute(
IElementInfo elementInfo,
string attributeFullName,
bool isCaseSensitive
);
IElementInfo elementInfo,
string attributeFullName,
bool isCaseSensitive
);
Parameters
- elementInfo
-
Element object
- attributeFullName
-
Attribute full name
- isCaseSensitive
-
True if project language is case sensitive; False if otherwise
Return Value
Returns an attrbute for the specified code element.
Remarks
Example
To be added.
See Also
RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace

