| SandcastleProjectDocumentNoPIATypes Property |
This is used to get or set whether or not no-PIA (Primary Interop Assembly) embedded interop types
are documented in the help file.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool DocumentNoPIATypes { get; set; }
Public Property DocumentNoPIATypes As Boolean
Get
Set
public:
property bool DocumentNoPIATypes {
bool get ();
void set (bool value);
}
member DocumentNoPIATypes : bool with get, set
Property Value
Type:
BooleanSet to true to document no-PIA COM types or false to hide them
See Also