CommonInfo.GetFlags Method
Internal use only.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub GetFlags ( _
info As SerializationInfo, _
ByRef isPreSubElement As Boolean, _
ByRef isPostSubElement As Boolean _
)
'Usage
Dim info As SerializationInfo
Dim isPreSubElement As Boolean
Dim isPostSubElement As BooleanCommonInfo.GetFlags(info, isPreSubElement, _
isPostSubElement)
public static void GetFlags(
SerializationInfo info,
ref bool isPreSubElement,
ref bool isPostSubElement
)
Parameters
- isPreSubElement
Type: System.Boolean
- isPostSubElement
Type: System.Boolean