Visual Basic (Declaration) | |
---|---|
Public Overridable Sub setParent( _ ByVal parent As System.Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As HolidayCollection Dim parent As System.Object instance.setParent(parent) |
C# | |
---|---|
public virtual void setParent( System.object parent ) |
Delphi | |
---|---|
public procedure setParent( parent: System.TObject ); virtual; |
JScript | |
---|---|
public function setParent( parent : System.Object ); |
Managed Extensions for C++ | |
---|---|
public: virtual void setParent( System.Object* parent ) |
C++/CLI | |
---|---|
public: virtual void setParent( System.Object^ parent ) |
Parameters
- parent
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