[This is preliminary documentation and is subject to change.]
Denotes interface types that participate in instrumentation data grouping.
Records that implement several classification interfaces which are decorated by this attribute
get listed in each decorated interface/group
System Object
System Attribute NFX.Instrumentation InstrumentViewGroupNamespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)]
public sealed class InstrumentViewGroup : Attribute
[AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)]
public sealed class InstrumentViewGroup : Attribute
<AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple := false,
Inherited := false)>
Public NotInheritable Class InstrumentViewGroup
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple := false,
Inherited := false)>
Public NotInheritable Class InstrumentViewGroup
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Interface, AllowMultiple = false,
Inherited = false)]
public ref class InstrumentViewGroup sealed : public Attribute
[AttributeUsageAttribute(AttributeTargets::Interface, AllowMultiple = false,
Inherited = false)]
public ref class InstrumentViewGroup sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)>]
type InstrumentViewGroup =
class
inherit Attribute
end
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)>]
type InstrumentViewGroup =
class
inherit Attribute
end