Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.