RegisterReferenceProperty(String,String) Method
See Also 
SourceCode.Framework Namespace > ISerializationInfo Interface > RegisterReferenceProperty Method : RegisterReferenceProperty(String,String) Method



propertyName
name

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Overloads Sub RegisterReferenceProperty( _
   ByVal propertyName As String, _
   ByVal name As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As ISerializationInfo
Dim propertyName As String
Dim name As String
 
instance.RegisterReferenceProperty(propertyName, name)
C#  
void RegisterReferenceProperty( 
   string propertyName,
   string name
)
C++/CLI  
void RegisterReferenceProperty( 
   String^ propertyName,
   String^ name
) 

Parameters

propertyName
name

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also