XSLTemplateClass.stylesheet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual property Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ stylesheet { Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ get(); void set(Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ value); };
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode stylesheet { get; set; }
member this.stylesheet : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode with get, set
Public Overridable Property stylesheet As IXMLDOMNode