UIMap.AddExcludeTopLevelIds Method
[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.UIMap
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub AddExcludeTopLevelIds ( _
topElements As IEnumerable(Of TopLevelElement) _
)
'Usage
Dim instance As UIMap
Dim topElements As IEnumerable(Of TopLevelElement)
instance.AddExcludeTopLevelIds(topElements)
public void AddExcludeTopLevelIds(
IEnumerable<TopLevelElement> topElements
)
public:
void AddExcludeTopLevelIds(
IEnumerable<TopLevelElement^>^ topElements
)
public function AddExcludeTopLevelIds(
topElements : IEnumerable<TopLevelElement>
)
member AddExcludeTopLevelIds :
topElements:IEnumerable<TopLevelElement> -> unit
Parameters
- topElements
Type: System.Collections.Generic.IEnumerable<TopLevelElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace