IFileContextHierarchy<T>.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return parent context
public:
property T Parent { T get(); void set(T value); };
public:
property T Parent { T get(); void set(T value); };
public T Parent { get; set; }
member this.Parent : 'T with get, set
Public Property Parent As T
Property Value
T