Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
ReadOnly Property AspNetDevelopmentServers As ICollection(Of AspNetDevelopmentServer)
'使用
Dim instance As IAspNetDevelopmentServerTest
Dim value As ICollection(Of AspNetDevelopmentServer)
value = instance.AspNetDevelopmentServers
ICollection<AspNetDevelopmentServer> AspNetDevelopmentServers { get; }
property ICollection<AspNetDevelopmentServer^>^ AspNetDevelopmentServers {
ICollection<AspNetDevelopmentServer^>^ get ();
}
function get AspNetDevelopmentServers () : ICollection<AspNetDevelopmentServer>
Property Value
Type: System.Collections.Generic.ICollection<AspNetDevelopmentServer>
Permissions
- 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
IAspNetDevelopmentServerTest Interface