RelativeFileInfo.FileInfo 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.
Gets the IFileInfo associated with this instance of RelativeFileInfo.
public:
property Microsoft::Extensions::FileProviders::IFileInfo ^ FileInfo { Microsoft::Extensions::FileProviders::IFileInfo ^ get(); };
public Microsoft.Extensions.FileProviders.IFileInfo FileInfo { get; }
member this.FileInfo : Microsoft.Extensions.FileProviders.IFileInfo
Public ReadOnly Property FileInfo As IFileInfo