'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <NotNullAttribute()> Protected Overridable ReadOnly Property VirtualDefaultPluginSetups As PluginSetupCollection
'Usage
Dim instance As ComponentParameters Dim value As PluginSetupCollection value = instance.VirtualDefaultPluginSetups
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] protected virtual PluginSetupCollection VirtualDefaultPluginSetups {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] protected: virtual property PluginSetupCollection^ VirtualDefaultPluginSetups { PluginSetupCollection^ get(); }