[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override AnalogValueCollection AnalogValues { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides ReadOnly Property AnalogValues As AnalogValueCollection
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual property AnalogValueCollection^ AnalogValues {
AnalogValueCollection^ get () override;
}
function get_AnalogValues();