PSModuleInfo.ExportedTypeFiles 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.
The list of types files imported by this module.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ExportedTypeFiles { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ExportedTypeFiles { get; }
member this.ExportedTypeFiles : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ExportedTypeFiles As ReadOnlyCollection(Of String)