This documentation is archived and is not being maintained.

PluginRecord Constructor

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

Show: