다음을 통해 공유


JsonUtility.GetPropertiesToSerializeForType Method

Get properties required to serialize a particular type.

Namespace:  Microsoft.SharePoint.JsonUtilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetPropertiesToSerializeForType ( _
    t As Type _
) As IEnumerable(Of PropertyInfo)
'Usage
Dim t As Type
Dim returnValue As IEnumerable(Of PropertyInfo)

returnValue = JsonUtility.GetPropertiesToSerializeForType(t)
public static IEnumerable<PropertyInfo> GetPropertiesToSerializeForType(
    Type t
)

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<PropertyInfo>
Returns IEnumerable<T>.

See Also

Reference

JsonUtility Class

JsonUtility Members

Microsoft.SharePoint.JsonUtilities Namespace