RecorderOptions.ExcludeProcess Property

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

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ExcludeProcess As ICollection(Of Integer)
    Get
'Usage
Dim instance As RecorderOptions
Dim value As ICollection(Of Integer)

value = instance.ExcludeProcess
public ICollection<int> ExcludeProcess { get; }
public:
property ICollection<int>^ ExcludeProcess {
    ICollection<int>^ get ();
}
function get ExcludeProcess () : ICollection<int>
member ExcludeProcess : ICollection<int>

Property Value

Type: System.Collections.Generic.ICollection<Int32>

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace