Imports a Type View
Imports a Type View, defined in a external file .method or .property file
EXAMPLE 1
Import-TypeView .\Types
The path containing type information.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String[]] |
true | 1 | true (ByPropertyName) | FullName |
If set, will generate an identical typeview for the deserialized form of each typename.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
false | named | false |
Any file paths to exclude.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[PSObject[]] |
false | 2 | true (ByPropertyName) |
A pattern describing the types of files that will embedded as constant note properties containing the file’s text.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[PSObject[]] |
false | 3 | true (ByPropertyName) | TextFilePattern |
Import-TypeView [-FilePath] <String[]> [-Deserialized] [[-ExcludeFilePath] <PSObject[]>] [[-TextFileType] <PSObject[]>] [<CommonParameters>]