ReflectionEvent.TryGetAttributeTypeName(TypeName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to get the name of the attribute type.
public:
bool TryGetAttributeTypeName([Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Metadata::Names::TypeName ^ % attributeTypeName);
public bool TryGetAttributeTypeName (out Microsoft.ExtendedReflection.Metadata.Names.TypeName attributeTypeName);
member this.TryGetAttributeTypeName : TypeName -> bool
Public Function TryGetAttributeTypeName (ByRef attributeTypeName As TypeName) As Boolean
Parameters
- attributeTypeName
- Microsoft.ExtendedReflection.Metadata.Names.TypeName
Returns
The name of the attribute type.