Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    typeId As Guid, _
    major As Integer, _
    minor As Integer _
)
public ProcessTemplateVersion(
    Guid typeId,
    int major,
    int minor
)
public:
ProcessTemplateVersion(
    Guid typeId, 
    int major, 
    int minor
)
new : 
        typeId:Guid * 
        major:int * 
        minor:int -> ProcessTemplateVersion
public function ProcessTemplateVersion(
    typeId : Guid, 
    major : int, 
    minor : int
)
Parameters
- typeId
Type: System.Guid 
- major
Type: System.Int32 
- minor
Type: System.Int32 
.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.