Sdílet prostřednictvím


INotificationFormatter.SupportedEventTypes Property

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
ReadOnly Property SupportedEventTypes As ICollection(Of String)
ICollection<string> SupportedEventTypes { get; }
property ICollection<String^>^ SupportedEventTypes {
    ICollection<String^>^ get ();
}
abstract SupportedEventTypes : ICollection<string> with get
function get SupportedEventTypes () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>
Returns ICollection<T>.

.NET Framework Security

See Also

Reference

INotificationFormatter Interface

Microsoft.TeamFoundation.Server.Core Namespace