FileSystemInfoExtensionsGetShellPropertyValueT Method

Definition

Namespace: DevCase.ThirdParty.WindowsApiCodePack.Extensions.FileSystemInfoExtensions
Assembly: 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 T GetShellPropertyValue<T>(
	this FileSystemInfo item,
	Func<ShellObject, ShellProperty> propertySelector
)

Parameters

item  FileSystemInfo

[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})"]

propertySelector  FuncShellObject, ShellProperty

[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})"]

Type Parameters

T

Return Value

T

[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})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type FileSystemInfo. 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).

See Also