다음을 통해 공유


ProtectedBrowserStorageResult<TValue> 구조체

정의

보호된 브라우저 스토리지 작업의 결과를 포함합니다.

generic <typename TValue>
public value class ProtectedBrowserStorageResult
public readonly struct ProtectedBrowserStorageResult<TValue>
type ProtectedBrowserStorageResult<'Value> = struct
Public Structure ProtectedBrowserStorageResult(Of TValue)

형식 매개 변수

TValue
상속
ProtectedBrowserStorageResult<TValue>

속성

Success

작업이 성공했는지 여부를 가져옵니다.

Value

작업의 결과 값을 가져옵니다.

적용 대상