Indexed CacheComponent Property
This read-only property returns a reference to the CopyFromIndexComponent that owns it
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public CopyFromIndexComponent Component { get; }VB
Public ReadOnly Property Component As CopyFromIndexComponent
GetC++
public:
property CopyFromIndexComponent^ Component {
CopyFromIndexComponent^ get ();
}F#
member Component : CopyFromIndexComponent with get