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
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
    id As String, _
    name As String, _
    guid As Guid, _
    description As String, _
    enabled As Boolean, _
    pluginData As XmlNode _
)
protected PluginRecord(
    string id,
    string name,
    Guid guid,
    string description,
    bool enabled,
    XmlNode pluginData
)
protected:
PluginRecord(
    String^ id, 
    String^ name, 
    Guid guid, 
    String^ description, 
    bool enabled, 
    XmlNode^ pluginData
)
new : 
        id:string * 
        name:string * 
        guid:Guid * 
        description:string * 
        enabled:bool * 
        pluginData:XmlNode -> PluginRecord
protected function PluginRecord(
    id : String, 
    name : String, 
    guid : Guid, 
    description : String, 
    enabled : boolean, 
    pluginData : XmlNode
)
Parameters
- id
 Type: System.String
- name
 Type: System.String
- guid
 Type: System.Guid
- description
 Type: System.String
- enabled
 Type: System.Boolean
- pluginData
 Type: System.Xml.XmlNode
.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.