ITextTemplatingEngineHost.StandardImports Property

Definition

Gets a list of namespaces.

public:
 property System::Collections::Generic::IList<System::String ^> ^ StandardImports { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> StandardImports { get; }
member this.StandardImports : System.Collections.Generic.IList<string>
Public ReadOnly Property StandardImports As IList(Of String)

Property Value

An IList that contains namespaces.

Applies to