DataCollectorRequiresOutOfProcessCollectionAttribute Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
Public NotInheritable Class DataCollectorRequiresOutOfProcessCollectionAttribute _
    Inherits Attribute
'Usage
Dim instance As DataCollectorRequiresOutOfProcessCollectionAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class DataCollectorRequiresOutOfProcessCollectionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class DataCollectorRequiresOutOfProcessCollectionAttribute sealed : public Attribute
public final class DataCollectorRequiresOutOfProcessCollectionAttribute extends Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)>]
type DataCollectorRequiresOutOfProcessCollectionAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.Execution.DataCollectorRequiresOutOfProcessCollectionAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataCollectorRequiresOutOfProcessCollectionAttribute Members

Microsoft.VisualStudio.TestTools.Execution Namespace