AvatarContentHelperTryExtractAvatarInfo - метод
Attempts to extract the
Guid identifier and
AvatarContentKind kind from the content request.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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,
.