ShellFileExtensionsToFileInfo Method
Converts the specified ShellFile to FileInfo.
Namespace: DevCase.ThirdParty.WindowsApiCodePack.Extensions.ShellFileExtensionsAssembly: DevCase.net48.ThirdParty.WindowsApiCodePack (in DevCase.net48.ThirdParty.WindowsApiCodePack.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static FileInfo ToFileInfo(
this ShellFile sender
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function ToFileInfo (
sender As ShellFile
) As FileInfo
Dim sender As ShellFile
Dim returnValue As FileInfo
returnValue = sender.ToFileInfo()
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static FileInfo^ ToFileInfo(
ShellFile^ sender
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member ToFileInfo :
sender : ShellFile -> FileInfo
No code example is currently available or this language may not be supported.
- sender ShellFile
-
The source ShellFile.
FileInfo
The resulting
FileInfoIn Visual Basic and C#, you can call this method as an instance method on any object of type
ShellFile. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).