'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function GetAttributeType( _ ByVal attributeId As UAAttributeId _ ) As Type
'Usage
Dim attributeId As UAAttributeId Dim value As Type value = UAAttributeIdExtension.GetAttributeType(attributeId)
[Extension()] [NotNull()] public static Type GetAttributeType( UAAttributeId attributeId )
[Extension()] [NotNull()] public: static Type^ GetAttributeType( UAAttributeId attributeId )
Parameters
- attributeId
- The Id of the attribute.
Return Value
This method never returns null
(Nothing
in Visual Basic).