ProjectSettingsCatalogHelper.GetProjectSettingsResourceTypes<T> Method

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Shared Function GetProjectSettingsResourceTypes(Of T) As List(Of Guid)
public static List<Guid> GetProjectSettingsResourceTypes<T>()
public:
generic<typename T>
static List<Guid>^ GetProjectSettingsResourceTypes()
static member GetProjectSettingsResourceTypes : unit -> List<Guid> 
JScript does not support generic types or methods.

Type Parameters

  • T

Return Value

Type: System.Collections.Generic.List<Guid>

.NET Framework Security

See Also

Reference

ProjectSettingsCatalogHelper Class

Microsoft.TeamFoundation.Framework.Common Namespace