RegisterTestTypeNoEditorAttribute.Extensions Property

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

Gets a collection of file name extensions.

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

Syntax

'Declaration
Public ReadOnly Property Extensions As ICollection(Of String)
public ICollection<string> Extensions { get; }
public:
property ICollection<String^>^ Extensions {
    ICollection<String^>^ get ();
}
member Extensions : ICollection<string> with get
function get Extensions () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>
A collection of file name extensions.

.NET Framework Security

See Also

Reference

RegisterTestTypeNoEditorAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace