Condividi tramite


WellKnownTypeCollection.TryGetWellKnownTypeId(Type, UInt32) Metodo

Definizione

Prova a ottenere l'identificatore del tipo corrispondente al tipo specificato.

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

Parametri

type
Type

Tipo.

typeId
UInt32

Identificatore del tipo.

Restituisce

true se il tipo ha un identificatore noto, false in caso contrario.

Si applica a