AvatarContentHelperTryExtractAvatarInfo - метод
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static bool TryExtractAvatarInfo(
ContentRequest request,
out Guid? id,
out AvatarContentKind? kind
)
Public Shared Function TryExtractAvatarInfo (
request As ContentRequest,
<OutAttribute> ByRef id As Guid?,
<OutAttribute> ByRef kind As AvatarContentKind?
) As Boolean
public:
static bool TryExtractAvatarInfo(
ContentRequest^ request,
[OutAttribute] Nullable<Guid>% id,
[OutAttribute] Nullable<AvatarContentKind>% kind
)
static member TryExtractAvatarInfo :
request : ContentRequest *
id : Nullable<Guid> byref *
kind : Nullable<AvatarContentKind> byref -> bool
- request ContentRequest
Content request with additional parameters.
- id NullableGuid
-
When this method returns , contains the parsed
Guid identifier; otherwise, .
- kind NullableAvatarContentKind
-
When this method returns , contains the parsed
AvatarContentKind enumeration value; otherwise, .
Boolean if the
id was successfully parsed
and both the identifier and kind were extracted; otherwise,
.