[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: KvTv.DirectShow
Assembly:   KvTv.DirectShow (in KvTv.DirectShow.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Property Configuration As RegistryKey
C#
public virtual RegistryKey Configuration { get; set; }
Visual C++
public:
virtual property RegistryKey^ Configuration {
	RegistryKey^ get ();
	void set (RegistryKey^ value);
}