Skip to content

645346fe 2f57 971f 2aa4 35be86e256a9

Fernando Garcia edited this page May 8, 2018 · 1 revision

XsltExtensions.WriteXsltStartVariable Method (XmlWriter)

Additional header content

Gets the appropriate formula for this aggregate.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static void WriteXsltStartVariable(
	this XmlWriter writer
)

VB

<ExtensionAttribute>
Public Shared Sub WriteXsltStartVariable ( 
	writer As XmlWriter
)

Parameters

 

writer
Type: System.Xml.XmlWriter
The writer.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlWriter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

[Missing documentation for "M:iTin.Export.Model.XsltExtensions.WriteXsltStartVariable(System.Xml.XmlWriter)"]

See Also

Reference

XsltExtensions Class
WriteXsltStartVariable Overload
iTin.Export.Model Namespace

Clone this wiki locally