Chili.Opf3 Send comments on this topic.
IsMemberToPersist Method
See Also 
Chili.Opf3 Namespace > IPartialPersist Interface : IsMemberToPersist Method




name
The name of the member to persist.
operation
The current persistent operation.
Returns whether a member is to persist.

Syntax

Visual Basic (Declaration) 
Overridable Function IsMemberToPersist( _
   ByVal name As String, _
   ByVal operation As PersistentOperations _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IPartialPersist
Dim name As String
Dim operation As PersistentOperations
Dim value As Boolean
 
value = instance.IsMemberToPersist(name, operation)
C# 
virtual bool IsMemberToPersist( 
   string name,
   PersistentOperations operation
)
Managed Extensions for C++ 
virtual bool IsMemberToPersist( 
   string* name,
   PersistentOperations operation
) 
C++/CLI 
virtual bool IsMemberToPersist( 
   String^ name,
   PersistentOperations operation
) 

Parameters

name
The name of the member to persist.
operation
The current persistent operation.

Return Value

True if the member is to persist; false otherwise.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also