[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static T GetShellPropertyValue<T>(
this FileSystemInfo item,
Func<ShellObject, ShellProperty> propertySelector
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function GetShellPropertyValue(Of T) (
item As FileSystemInfo,
propertySelector As Func(Of ShellObject, ShellProperty)
) As T
Dim item As FileSystemInfo
Dim propertySelector As Func(Of ShellObject, ShellProperty)
Dim returnValue As T
returnValue = item.GetShellPropertyValue(propertySelector)
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
generic<typename T>
static T GetShellPropertyValue(
FileSystemInfo^ item,
Func<ShellObject^, ShellProperty^>^ propertySelector
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member GetShellPropertyValue :
item : FileSystemInfo *
propertySelector : Func<ShellObject, ShellProperty> -> 'T
No code example is currently available or this language may not be supported.
[Missing <param name="item"/> documentation for "M:DevCase.ThirdParty.WindowsApiCodePack.Extensions.FileSystemInfoExtensions.FileSystemInfoExtensions.GetShellPropertyValue``1(System.IO.FileSystemInfo,System.Func{Microsoft.WindowsAPICodePack.Shell.ShellObject,Microsoft.WindowsAPICodePack.Shell.PropertySystem.ShellProperty`1})"]
[Missing <param name="propertySelector"/> documentation for "M:DevCase.ThirdParty.WindowsApiCodePack.Extensions.FileSystemInfoExtensions.FileSystemInfoExtensions.GetShellPropertyValue``1(System.IO.FileSystemInfo,System.Func{Microsoft.WindowsAPICodePack.Shell.ShellObject,Microsoft.WindowsAPICodePack.Shell.PropertySystem.ShellProperty`1})"]
[Missing <returns> documentation for "M:DevCase.ThirdParty.WindowsApiCodePack.Extensions.FileSystemInfoExtensions.FileSystemInfoExtensions.GetShellPropertyValue``1(System.IO.FileSystemInfo,System.Func{Microsoft.WindowsAPICodePack.Shell.ShellObject,Microsoft.WindowsAPICodePack.Shell.PropertySystem.ShellProperty`1})"]