Table of Contents

BuildComponentExportAttribute.IsVisible Property

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

This is used to get or set whether or not the component is visible to configuration tools

public bool IsVisible { get; set; }

Property Value

bool

Remarks

Configuration tools can use this to exclude components that should not appear for the user to select. It is false by default.