Share via


AssemblyServicingResourceProvider.GetServiceResourceInternal Method

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

Syntax

'Declaration
Public Function GetServiceResourceInternal ( _
    resourceRootName As String _
) As Stream
public Stream GetServiceResourceInternal(
    string resourceRootName
)
public:
Stream^ GetServiceResourceInternal(
    String^ resourceRootName
)
member GetServiceResourceInternal : 
        resourceRootName:string -> Stream
public function GetServiceResourceInternal(
    resourceRootName : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream
Returns Stream.

.NET Framework Security

See Also

Reference

AssemblyServicingResourceProvider Class

Microsoft.TeamFoundation.Framework.Server Namespace