CodedIndex.HasCustomAttribute(EntityHandle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算指定句柄的 HasCustomAttribute 编码索引。
public:
static int HasCustomAttribute(System::Reflection::Metadata::EntityHandle handle);
public static int HasCustomAttribute (System.Reflection.Metadata.EntityHandle handle);
static member HasCustomAttribute : System.Reflection.Metadata.EntityHandle -> int
Public Shared Function HasCustomAttribute (handle As EntityHandle) As Integer
参数
- handle
- EntityHandle
MethodDefinitionHandle、FieldDefinitionHandle、TypeReferenceHandle、TypeDefinitionHandle、ParameterHandle、InterfaceImplementationHandle、MemberReferenceHandle、ModuleDefinitionHandle、DeclarativeSecurityAttributeHandle、PropertyDefinitionHandle、EventDefinitionHandle、StandaloneSignatureHandle、ModuleReferenceHandle、TypeSpecificationHandle、AssemblyDefinitionHandle、AssemblyReferenceHandle、AssemblyFileHandle、ExportedTypeHandle、ManifestResourceHandle、GenericParameterHandle、GenericParameterConstraintHandle 或 MethodSpecificationHandle。
返回
例外
句柄类型意外。