SPFeatureDefinition.GetXmlDefinition Method
Returns the XmlNode object that represents the Feature definition.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
Public Function GetXmlDefinition ( _
culture As CultureInfo _
) As XmlNode
'Usage
Dim instance As SPFeatureDefinition
Dim culture As CultureInfo
Dim returnValue As XmlNode
returnValue = instance.GetXmlDefinition(culture)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
public XmlNode GetXmlDefinition(
CultureInfo culture
)
Parameters
culture
Type: System.Globalization.CultureInfoA CultureInfo object that gerepresents the culture.
Return Value
Type: System.Xml.XmlNode
A XmlNode object that represents the node for the Feature definition.
Remarks
Can be a null reference (Nothing in Visual Basic).