IProcessTemplate.GetResource Method (String)

Gets a resource with the given name from inside the process template.

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

Syntax

'Declaration
Function GetResource ( _
    resourceName As String _
) As Stream
Stream GetResource(
    string resourceName
)
Stream^ GetResource(
    String^ resourceName
)
abstract GetResource : 
        resourceName:string -> Stream
function GetResource(
    resourceName : String
) : Stream

Parameters

  • resourceName
    Type: System.String

    The name of the resource to retrieve.

Return Value

Type: System.IO.Stream

.NET Framework Security

See Also

Reference

IProcessTemplate Interface

GetResource Overload

Microsoft.TeamFoundation.Server.Core Namespace