Share via


PluginRecord.PluginData Property

Retrieves the XML that is passed to the plug-in during plug-in initialization and that the plug-in uses as needed.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public ReadOnly Property PluginData As XmlNode
'Usage
Dim instance As PluginRecord 
Dim value As XmlNode 

value = instance.PluginData
public XmlNode PluginData { get; }
public:
property XmlNode^ PluginData {
    XmlNode^ get ();
}
public function get PluginData () : XmlNode

Property Value

Type: System.Xml.XmlNode

Remarks

The purpose of the XML and how it is used by the plug-in is left up to the plug-in developer.

.NET Framework Security

See Also

Reference

PluginRecord Class

PluginRecord Members

Microsoft.TeamFoundation Namespace