ReflectionEvent.TryGetAttributeTypeName(TypeName) 方法

定义

尝试获取属性类型的名称。

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

参数

attributeTypeName
Microsoft.ExtendedReflection.Metadata.Names.TypeName

返回

Boolean

属性类型的名称。

适用于