MemberTargetContainingType Property
This is used to get or set the containing type
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public TypeReference ContainingType { get; set; }
Public Property ContainingType As TypeReference
Get
Set
public:
property TypeReference^ ContainingType {
TypeReference^ get ();
void set (TypeReference^ value);
}
member ContainingType : TypeReference with get, set
Property Value
TypeReference