ITextTemplatingEngineHost.StandardAssemblyReferences Property

Definition

Gets a list of assembly references.

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

Property Value

An IList that contains assembly names.

Applies to