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

Gets the output Pins.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Pins As IEnumerable(Of Pin)
C#
public IEnumerable<Pin> Pins { get; }
Visual C++
public:
property IEnumerable<Pin^>^ Pins {
	IEnumerable<Pin^>^ get ();
}