Share via


TestTypeXml.TestTypeExtensions Property

Definition

public:
 property System::Collections::Generic::HashSet<Microsoft::VisualStudio::TestTools::Common::TestTypeExtension ^> ^ TestTypeExtensions { System::Collections::Generic::HashSet<Microsoft::VisualStudio::TestTools::Common::TestTypeExtension ^> ^ get(); void set(System::Collections::Generic::HashSet<Microsoft::VisualStudio::TestTools::Common::TestTypeExtension ^> ^ value); };
public System.Collections.Generic.HashSet<Microsoft.VisualStudio.TestTools.Common.TestTypeExtension> TestTypeExtensions { get; set; }
member this.TestTypeExtensions : System.Collections.Generic.HashSet<Microsoft.VisualStudio.TestTools.Common.TestTypeExtension> with get, set
Public Property TestTypeExtensions As HashSet(Of TestTypeExtension)

Property Value

Applies to