Member TargetContaining Type Property
This is used to get or set the containing type
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public TypeReference ContainingType { get; set; }VB
Public Property ContainingType As TypeReference
Get
SetC++
public:
property TypeReference^ ContainingType {
TypeReference^ get ();
void set (TypeReference^ value);
}F#
member ContainingType : TypeReference with get, set