ReflectionEvent.TryGetAttributeTypeName(TypeName) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试获取属性类型的名称。
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
返回
属性类型的名称。