MetadataTokens.EntityHandle 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| EntityHandle(Int32) | 
						 从标记值创建实体句柄。  | 
        	
| EntityHandle(TableIndex, Int32) | 
						 从标记值创建 EntityHandle。  | 
        	
EntityHandle(Int32)
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
从标记值创建实体句柄。
public:
 static System::Reflection::Metadata::EntityHandle EntityHandle(int token);
	public static System.Reflection.Metadata.EntityHandle EntityHandle(int token);
	static member EntityHandle : int -> System.Reflection.Metadata.EntityHandle
	Public Function EntityHandle (token As Integer) As EntityHandle
	参数
- token
 - Int32
 
返回
例外
              token 不是有效的元数据实体令牌。
适用于
EntityHandle(TableIndex, Int32)
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
- Source:
 - MetadataTokens.cs
 
从标记值创建 EntityHandle。
public:
 static System::Reflection::Metadata::EntityHandle EntityHandle(System::Reflection::Metadata::Ecma335::TableIndex tableIndex, int rowNumber);
	public static System.Reflection.Metadata.EntityHandle EntityHandle(System.Reflection.Metadata.Ecma335.TableIndex tableIndex, int rowNumber);
	static member EntityHandle : System.Reflection.Metadata.Ecma335.TableIndex * int -> System.Reflection.Metadata.EntityHandle
	Public Function EntityHandle (tableIndex As TableIndex, rowNumber As Integer) As EntityHandle
	参数
- tableIndex
 - TableIndex
 
- rowNumber
 - Int32
 
返回
例外
              tableIndex 不是有效的表索引。