TestTypesXml.Types Property

Definition

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

Property Value

Applies to