SectionViewModel.GetAllProperties Method
Gets all the Property(String) instances that are part of this ElementViewModel instance.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overrides Function GetAllProperties As IEnumerable(Of Property)
protected override IEnumerable<Property> GetAllProperties()
protected:
virtual IEnumerable<Property^>^ GetAllProperties() override
protected override function GetAllProperties() : IEnumerable<Property>
Return Value
Returns an un evaluated iterator class.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace