共用方式為


ProcessTemplateDescriptor 建構函式

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public Sub New ( _
    id As Guid, _
    name As String, _
    description As String, _
    plugins As String, _
    contentHandler As IProcessTemplateContentHandler, _
    type As Guid, _
    majorVersion As Integer, _
    minorVersion As Integer _
)
public ProcessTemplateDescriptor(
    Guid id,
    string name,
    string description,
    string plugins,
    IProcessTemplateContentHandler contentHandler,
    Guid type,
    int majorVersion,
    int minorVersion
)

參數

.NET Framework 安全性

請參閱

參考

ProcessTemplateDescriptor 類別

Microsoft.TeamFoundation.Server.Core 命名空間