IFileContextHierarchy<T> Interface

Definition

Define a file context hierarchy

generic <typename T>
public interface class IFileContextHierarchy
public interface class IFileContextHierarchy
template <typename T>
__interface IFileContextHierarchy
public interface IFileContextHierarchy<T>
type IFileContextHierarchy<'T> = interface
Public Interface IFileContextHierarchy(Of T)

Type Parameters

T

Type of file context item

Properties

Items

Return list of child contexts

Parent

Return parent context

Applies to