SecurityConverter.Convert Method (IEnumerable<SecurityNamespaceDescription>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function Convert ( _
vssDescriptions As IEnumerable(Of SecurityNamespaceDescription) _
) As IEnumerable(Of SecurityNamespaceDescription)
public static IEnumerable<SecurityNamespaceDescription> Convert(
IEnumerable<SecurityNamespaceDescription> vssDescriptions
)
public:
static IEnumerable<SecurityNamespaceDescription^>^ Convert(
IEnumerable<SecurityNamespaceDescription^>^ vssDescriptions
)
static member Convert :
vssDescriptions:IEnumerable<SecurityNamespaceDescription> -> IEnumerable<SecurityNamespaceDescription>
public static function Convert(
vssDescriptions : IEnumerable<SecurityNamespaceDescription>
) : IEnumerable<SecurityNamespaceDescription>
Parameters
- vssDescriptions
Type: System.Collections.Generic.IEnumerable<SecurityNamespaceDescription>
Return Value
Type: System.Collections.Generic.IEnumerable<SecurityNamespaceDescription>
Returns IEnumerable<T>.
.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.