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
- 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.