共用方式為


WellKnownTypeCollection.TryGetWellKnownTypeId(Type, UInt32) 方法

定義

嘗試取得對應至所提供型別的型別識別碼。

public bool TryGetWellKnownTypeId (Type type, out uint typeId);
member this.TryGetWellKnownTypeId : Type * uint32 -> bool
Public Function TryGetWellKnownTypeId (type As Type, ByRef typeId As UInteger) As Boolean

參數

type
Type

類型。

typeId
UInt32

型別識別碼。

傳回

true 如果類型具有已知的識別碼,則為 , false 否則為 。

適用於