ReflectionEvent.TryGetAttributeTypeName(TypeName) Method

Definition

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.

Applies to