OPC Studio User's Guide and Reference
ParentPosition Property (FileSystemNodeTreePosition)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > FileSystemNodeTreePosition Class : ParentPosition Property
Gets the parent object in the tree.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CanBeNullAttribute()>
Public Shadows ReadOnly Property ParentPosition As FileSystemNodeTreePosition
'Usage
 
Dim instance As FileSystemNodeTreePosition
Dim value As FileSystemNodeTreePosition
 
value = instance.ParentPosition
[Browsable(false)]
[CanBeNull()]
public new FileSystemNodeTreePosition ParentPosition {get;}
[Browsable(false)]
[CanBeNull()]
public:
new property FileSystemNodeTreePosition^ ParentPosition {
   FileSystemNodeTreePosition^ get();
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Returns parent object, or null if this object is a root of the tree.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also