This documentation is archived and is not being maintained.
PluginRecord Constructor
Visual Studio 2013
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
protected: PluginRecord( String^ id, String^ name, Guid guid, String^ description, bool enabled, XmlNode^ pluginData )
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
- 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.
Show: