示例#1
0
        public InspectableProperty FindProperty(string propertyPath)
        {
            InspectableProperty property = GetIterator();

            return(property.FindProperty(propertyPath));
        }