VCFilter.Parent Property

Definition

Returns the immediate parent object of a given object.

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public:
 property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(677)]
public object Parent { [System.Runtime.InteropServices.DispId(677)] get; }
[<System.Runtime.InteropServices.DispId(677)>]
[<get: System.Runtime.InteropServices.DispId(677)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object

Property Value

An object representing the parent object for the filter.

Implements

Attributes

Remarks

The Parent property returns the immediate parent to the filter.

Applies to