Creates the non public instance. This method will be called when IsPublicCreatable has a value of
false
.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overrides NotOverridable Function CreateNonPublicInstance( _
ByVal name As String _
) As PersistableObject
|
Parameters
- name
- The serialzation name of object that wants to be created.
Return Value
A non public creatable object.
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