IFileContextHierarchy<T> Interface
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.
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 |