Gets the video file type icons.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static ThreadSafeDictionary<string, string> VideoFileTypeIcons { get; }
Visual Basic
Public Shared ReadOnly Property VideoFileTypeIcons As ThreadSafeDictionary(Of String, String)
	Get
Visual C++
public:
static property ThreadSafeDictionary<String^, String^>^ VideoFileTypeIcons {
	ThreadSafeDictionary<String^, String^>^ get ();
}
F#
static member VideoFileTypeIcons : ThreadSafeDictionary<string, string> with get

Property Value

Type: ThreadSafeDictionary<(Of <(<'String, String>)>)>

See Also