ReferencedTypeCollection.TryGetReferencedType(UInt32, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有指定引用 ID 的类型。
public bool TryGetReferencedType (uint reference, out Type type);
member this.TryGetReferencedType : uint32 * Type -> bool
Public Function TryGetReferencedType (reference As UInteger, ByRef type As Type) As Boolean
参数
- reference
- UInt32
引用 ID。
- type
- Type
引用的类型。
返回
true
如果找到引用的类型,则为 ; false
否则为 。