PluginAssemblyInfo.AutoReferenced 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 whether this plugin is auto referenced, as in whether the generated projects will automatically reference this plugin.
public:
property bool AutoReferenced { bool get(); };
public bool AutoReferenced { get; }
member this.AutoReferenced : bool
Public ReadOnly Property AutoReferenced As Boolean