MetadataAggregator.GetGenerationHandle(Handle, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定彙總中繼資料中實體的控制代碼,以計算在其中定義該實體中繼資料產生內該實體的控制代碼。
public:
System::Reflection::Metadata::Handle GetGenerationHandle(System::Reflection::Metadata::Handle handle, [Runtime::InteropServices::Out] int % generation);
public System.Reflection.Metadata.Handle GetGenerationHandle (System.Reflection.Metadata.Handle handle, out int generation);
member this.GetGenerationHandle : System.Reflection.Metadata.Handle * int -> System.Reflection.Metadata.Handle
Public Function GetGenerationHandle (handle As Handle, ByRef generation As Integer) As Handle
參數
- handle
- Handle
彙總中繼資料中實體的控制代碼。
- generation
- Int32
在其中定義實體的產生。
傳回
中繼資料 generation
內實體的控制代碼。