WellKnownTypeCollection.TryGetWellKnownTypeId(Type, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試取得對應至所提供型別的型別識別碼。
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
否則為 。