ITextTemplatingEngineHost.StandardAssemblyReferences 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.
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.